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

Bugs #97

Open
Stanislavx opened this issue Apr 14, 2020 · 1 comment
Open

Bugs #97

Stanislavx opened this issue Apr 14, 2020 · 1 comment

Comments

@Stanislavx
Copy link

Stanislavx commented Apr 14, 2020

  1. 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.
  2. 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.
@Stanislavx
Copy link
Author

Stanislavx commented Apr 16, 2020

Code mistakes found so far:

  1. myPeerConnection.onnicecandidate = null; Has to be one n
    myPeerConection.onicecandidate = null;
  2. 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 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