本文介绍了未知边缘错误代码#c004e005的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试使用最新的Edge版本构建oRTC应用程序.后续代码:
I’m trying to build oRTC application with latest Edge version. Followin code:
iceGatherer.getLocalCandidates().forEach(iceGatherer.onlocalcandidate);
抛出没有任何描述的错误"c004e005".熟悉Edge中的oRTC的人吗?
throws error "c004e005" that don’t have any description. Anyone familiar with oRTC in Edge?
推荐答案
"c004e005"错误代码表示无效状态.您可以在 MSDN文档.
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.
这篇关于未知边缘错误代码#c004e005的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!