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

setSDP error: Faild to set remote offer sdp: Called with SDP without DTLS fingerprint. #852

Open abrutsze opened 6 years ago

abrutsze commented 6 years ago

I am using Restcomm's Android SDK and trying to configure it to our servers, but getting the following error:

RCConnection Error: setSDP Error: Failed to set remote offer sip: Called with SDP without DTLS fingerprint But when I changing back to Restcomm servers it works fine.

I have tried to search it at Google and Git, but the solutions offered there did not help. Any idea how to solve the issue ( please explain in details since I am new in WebRTC ) ?

P.S. In case when I call from mobile to web or from the web to web it works fine. The problem occurs only when the mobile tries to accept the call.

ForGuru commented 6 years ago

I think I have same issues. When accepting call on Android to Android it give

libjingle: (opensslstreamadapter.cc:934): DTLS timeout expired

sumit-anantwar commented 4 years ago

@abrutsze, were you able to resolve this issue?