webRTC-io / webRTC.io

An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. Highly experimental technology
1.6k stars 293 forks source link

Starting a video session with webRTC.io works inconsistently #47

Open harlev opened 9 years ago

harlev commented 9 years ago

I'm using webRTC.io to create a video chat between two browsers. My experience, with different sequence of events, the session will sometimes start successfully and sometime will not.

Even when running your demo as is, I get the same experience. I'm not sure if the browser banner asking me to allow the use of the camera and microphone is affecting the correct sequence of events.

I could start two browsers once and have a two way video working perfectly. Then create a new room (again with their demo) and fail to connect. Then, sometimes, after refreshing the page on one of the sides, the session will start again.

leronknow commented 9 years ago

I had the same problem, could you find a solution?

bharadwajpro commented 8 years ago

Same problem here too. Can't find the solution.