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
@Aakshara - I ran into the same problem here. Don't know if the symptoms are the same, but my console was outputting the following error:
Uncaught TypeError: Failed to construct 'RTCIceCandidate': sdpMid and sdpMLineIndex are both null.
The problem was some missing code in the main.js file that handles the 'candidate' type messages from the client. @lukemcso made a great post with his solution on issue #102.
I cannot see any video in step 6. Everything worked well but step 6 is the problem where I'm stuck now. There is slight error in index.html ,
<script src="/js/main.js"></script>, the / before js is missing. I have corrected it too, but still i cannot see the video.The text was updated successfully, but these errors were encountered: