我正在使用 Restcomm 的 Android SDK 并尝试将其配置到我们的服务器,但出现以下错误:
RCConnection Error: setSDP Error: Failed to set remote offer sip: Called with SDP without DTLS fingerprint
但是当我改回 Restcomm 服务器时它工作正常。
我曾尝试在 Google 和 Git 上搜索它,但那里提供的解决方案没有帮助。知道如何解决这个问题吗(请详细解释,因为我是 WebRTC 的新手)?
编辑:
如果我从移动设备调用到 Web 或从 Web 调用到 Web,它工作正常。仅当手机尝试接听电话时才会出现此问题。
最佳答案
请确保您的服务器支持 Media 和 ICE Lite 程序的 DTLS-SRTP。
关于android - RCConnection 错误 : setSDP Error: Failed to set remote offer sip: Called with SDP without DTLS fingerprint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52098586/