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
I am working on a prototype and struggling to show the users stream back to the user once they have connected.
I can successfully call. const call = peer.call(connection, localStream); and the stream appears on the other device, but when I try and get the connected users stream by calling
after it never seems to fire, I feel like I am missing something simple, but it feels like a bug as comparing it to the rest of the resources I have found on this topic show to do the above.
I am working on a prototype and struggling to show the users stream back to the user once they have connected.
I can successfully call.
const call = peer.call(connection, localStream);
and the stream appears on the other device, but when I try and get the connected users stream by callingafter it never seems to fire, I feel like I am missing something simple, but it feels like a bug as comparing it to the rest of the resources I have found on this topic show to do the above.
Package.json
I can upload a repo if needed, but I'm not doing anything out of the ordinary.
any helps would be great, thanks
The text was updated successfully, but these errors were encountered: