Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

How to attach remote video from another peer to <video> tag ? #104

Open
Msahique opened this issue Aug 11, 2020 · 0 comments
Open

How to attach remote video from another peer to <video> tag ? #104

Msahique opened this issue Aug 11, 2020 · 0 comments

Comments

@Msahique
Copy link

We are not able to stream video to another peer , but able to see local video. Our hunch is that the remote stream coming from the other peer is not binding to the video element..
Thanks in advance.
function handleTrackEvent(event) { log("*** Track event"); document.getElementById("received_video").srcObject = event.streams[0]; document.getElementById("hangup-button").disabled = false; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant