simplewebrtc / SimpleWebRTC

Simplest WebRTC ever
Other
4.64k stars 1.2k forks source link

Change local and remote videos element after joining room #733

Closed ilysorc closed 5 years ago

ilysorc commented 5 years ago

I tryed change an video element html position with appendTo but video stops after append. How can i do this? Is anybody help me?

fippo commented 5 years ago

call play on the video element. videos can't be moved around in the dom easily

ilysorc commented 5 years ago

@fippo thanks for your reply. your answer fixed the problem.