我正在尝试用最新的边缘版本构建oRTC应用程序。以下代码:
iceGatherer.getLocalCandidates().forEach(iceGatherer.onlocalcandidate);抛出没有任何描述的错误“c004e005”。有谁熟悉边缘的oRTC吗?
发布于 2016-05-27 00:40:01
“c004e005”错误代码用于无效状态。您可以在MSDN文档中找到Microsoft错误代码的列表。
在转服务器配置中,可能会在RTCIceServer上引发有关IceGatherer、IceTransport或DtlsTransport的无效状态。
https://stackoverflow.com/questions/35986558
复制相似问题