We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tested with your video-chat demo and signalbuddy.
this.webrtc.getPeers() and this.webrtc.getClients() return empty for new user
the peers are there in this.webrtc.webrtc.peers but without corresponding streams
if I call this.webrtc.startLocalVideo() on each peer when new peer joins, it gets the videos but his own stream stops for the peers.
The text was updated successfully, but these errors were encountered:
Ok, found out that this happens if two insantces of webrtc are running and one has text data only.
Sorry, something went wrong.
No branches or pull requests
I tested with your video-chat demo and signalbuddy.
this.webrtc.getPeers() and this.webrtc.getClients() return empty for new user
the peers are there in this.webrtc.webrtc.peers but without corresponding streams
if I call this.webrtc.startLocalVideo() on each peer when new peer joins, it gets the videos but his own stream stops for the peers.
The text was updated successfully, but these errors were encountered: