stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.

Home Page:https://stephenlb.github.io/webrtc-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

V2 SDK - Sometimes Video Doesn't Connect

stephenlb opened this issue · comments

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

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

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...).

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

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