stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
853 stars 278 forks source link

V2 SDK - Sometimes Video Doesn't Connect #32

Open stephenlb opened 7 years ago

stephenlb commented 7 years ago

Sometimes the stream does not establish. This is a regression, v1 sdk does not have same issue.

stephenlb commented 7 years ago

I'm not sure if this is fixed or just started working... :-/

js-beaulieu commented 7 years ago

Just last friday I had some video that didn't connect for unknown reasons even with valid STUN/TURN servers. This may be the reason why? Not sure if it's related or not, but reverting to v1 SDK seemed to resolve the issue (hard to confirm...).

stephenlb commented 6 years ago

Yes there is a strange unknown state with V2 that causes this sometimes.

stephenlb commented 6 years ago

We are considering a v3 that will be more robust and have built-in resilience to this issue.