flutter webrtc 问题
日期: 2019-07-08 分类: 跨站数据测试 424次阅读
1.报错:
Unable to RTCPeerConnection::setRemoteDescription: Failed to set remote answer sdp: Called with SDP without SDES crypto.
解决方案:DtlsSrtpKeyAgreement 的值改为true。
final Map<String, dynamic> loopback_constraints = {
"mandatory": {},
"optional": [
{"DtlsSrtpKeyAgreement": true},
],
};
除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog
上一篇: 华为鸿蒙OS分析、看法及它的未来
下一篇: 图像识别
精华推荐