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

Works perfectly on same wifi #72

Open chathu opened 4 years ago

chathu commented 4 years ago

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

Toprakete commented 4 years ago

Same here, is there already a solution? br klaus

stephenlb commented 4 years ago

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.