You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on("stream") event currently receives 2 MediaStream objects from a unique peer. Both of these streams contain the audio and video tracks. We should only receive the MediaStream once.
The text was updated successfully, but these errors were encountered:
baptisteArno
changed the title
on("stream") event should receive a unique MediaStream from another peerjs
on("stream") event should receive a unique MediaStream from a peer
Mar 29, 2020
on("stream") event currently receives 2
MediaStream
objects from a unique peer. Both of these streams contain the audio and video tracks. We should only receive theMediaStream
once.The text was updated successfully, but these errors were encountered: