simplewebrtc / SimpleWebRTC

Simplest WebRTC ever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change local and remote videos element after joining room

ilysorc opened this issue · comments

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

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

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