RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

Restcomm Dial-generated calls towards android client fail #536

Closed atsakiridis closed 7 years ago

atsakiridis commented 7 years ago

Issue seems to be with MS SDP that is rejected. Possibly interop of latest webrtc with MS

atsakiridis commented 7 years ago

Problem is MAXBUNDLE because when used and receiving a call from MS that doesn't include BUNDLE the remove SDP fails to be set here and call fails. Seems that is due to this bug: https://bugs.chromium.org/p/webrtc/issues/detail?id=5573

Seems MAXCOMPAT fixes the issue, so let's use that