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

Works perfectly on same wifi

chathu opened this issue · comments

Hello,

This works great on same wifi connection.

With WIFI to 3G always call get disconnected after few seconds. Then I tried webrtc v1 and seems connection is stable. But its just video only. Also larger video view is not coming through,

Any solution is much appreciated.

Thank you for this code.

Regards,
CJ

Same here, is there already a solution?
br
klaus

v1 is using the older WebRTCConnection APIs. These appear to be more stable and have broader support than the later RTC APIs. We have implemented some mitigations for V2 RTC API pitfalls, however it's clear that V1 is still more stable.