microsoft-edge - 未知边缘错误代码#c004e005

标签 microsoft-edge ortc

我正在尝试使用最新的 Edge 版本构建 oRTC 应用程序。代码如下:

 iceGatherer.getLocalCandidates().forEach(iceGatherer.onlocalcandidate);

抛出没有任何描述的错误“c004e005”。有人熟悉 Edge 中的 oRTC 吗?

最佳答案

“c004e005”错误代码表示无效状态。您可以在 MSDN documentation 中找到 Microsoft Edge ORTC 错误代码的列表。 .

The invalid state is likely thrown on the RTCIceServer regarding the IceGatherer, IceTransport, or DtlsTransport in the TURN server configuration.

关于microsoft-edge - 未知边缘错误代码#c004e005,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35986558/

相关文章:

html - Microsoft IE/Edge 上缩放的 div 溢出

Python Webdrivermanager .install() 不适用于自定义 Webdriver 安装位置中的 Edge

javascript - js 页面重定向按钮提交不适用于 IE 或 Edge

javascript - Edge DTLS 握手未能完成 (ORTC)

webrtc - 将 webrtc 转换为 ortc?

javascript - 处理 Microsoft Edge 浏览器中奇怪的倒转轮事件 deltaX?

windows - 如何从命令行在 Edge 浏览器中打开带有 anchor (#)链接的本地 .htm 文件?