简体   繁体   English

RCConnection错误:setSDP错误:无法设置远程提供sip:使用SDP调用而不使用DTLS指纹

[英]RCConnection Error: setSDP Error: Failed to set remote offer sip: Called with SDP without DTLS fingerprint

I am using Restcomm's Android SDK and trying to configure it to our servers, but getting the following error: 我正在使用Restcomm的Android SDK并尝试将其配置到我们的服务器,但收到以下错误:

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. 但是,当我改回Restcomm服务器时,它工作正常。

I have tried to search it at Google and Git, but the solutions offered there did not help. 我试图在Google和Git上搜索它,但那里提供的解决方案没有帮助。 Any idea how to solve the issue ( please explain in details since I am new in WebRTC ) ? 知道如何解决这个问题(请详细解释,因为我是WebRTC的新成员)?

EDIT: 编辑:

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. 仅当移动设备尝试接受呼叫时才会出现此问题。

请确保您的服务器支持Media和ICE Lite程序的DTLS-SRTP。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法设置远程报价sdp:在没有SDES加密的情况下使用SDP调用 - Failed to set remote offer sdp: Called with SDP without SDES crypto 无法设置远程报价sdp:创建频道失败 - Failed to set remote offer sdp: Failed to create channels 在Android Webrtc上生成本地SDP报价时发生“ EGL上下文未设置”错误 - “ EGL context not set ” Error Occurs while generating local SDP offer on android Webrtc 如何将“DTLS指纹”添加到WebRtc中Android应用程序的报价中 - How to add "DTLS fingerprint" to the offer from android app in WebRtc 无法在“RTCPeerConnection”上执行“setRemoteDescription”:无法设置远程应答 sdp - Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp 无法在华为设备上为 H264 编码视频设置远程 SDP 报价 - Unable to set remote SDP offer for H264 encoded video on Huawei devices 设置远程答案sdp webrtc android后再次创建的报价 - offer created again after setting remote answer sdp webrtc android 错误:(23,13)无法解决:com.intuit.sdp:sdp-android:1.0.2 - Error:(23, 13) Failed to resolve: com.intuit.sdp:sdp-android:1.0.2 Android sip 注册失败,错误为“IN_PROGRESS” - Android sip registration failed with error “IN_PROGRESS” Sip Manager失败,出现错误注册超时(错误代码为5) - Sip Manager failed with error Registration Time Out (Error Code is 5)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM