未知边缘错误代码 #c004e005

Unknown Edge error code #c004e005

我正在尝试使用最新的 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.