Unknown Edge error code #c004e005

旧时模样 提交于 2019-12-13 16:02:23

问题


I’m trying to build oRTC application with latest Edge version. Followin code:

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

throws error “c004e005” that don’t have any description. Anyone familiar with oRTC in Edge?


回答1:


The “c004e005” error code is for an invalid state. You can find a list of the Microsoft Edge ORTC error codes in the MSDN documentation.

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



来源:https://stackoverflow.com/questions/35986558/unknown-edge-error-code-c004e005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!