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
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
First of all the text chat does not work properly, most of the time you just lose the ability to post anything or receive any new messages.
In all the cases (pc and phone Mozilla, Google ) when I was able to establish proper text chat connection and make a call finally, it was never possible to get the remote-end stream (both video and audio) signal on the side of the caller.
You did a great job explaining the technology, and your article is great, and comprehensive, wish your demo would work.
The text was updated successfully, but these errors were encountered:
myPeerConnection.onnicecandidate = null; Has to be one n
myPeerConection.onicecandidate = null;
in function hangUpCall: I always had an error, until changed order of inner functions calls, watch out that targetUsername sets to null in closeVideoCall(); However I am not sure about complications of this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
You did a great job explaining the technology, and your article is great, and comprehensive, wish your demo would work.
The text was updated successfully, but these errors were encountered: