【发布时间】:2016-12-01 12:38:30
【问题描述】:
我正在使用 WebRTC 创建一个视频通话网络应用。
在同一网络上通信正常。但是在不同的网络中通信时,我收到了ICE failed 错误。
错误:
ICE failed, see about:webrtc for more details
在about:webrtc 中,我能够获得本地和远程 SDP,但ICE State 是failed。 http://imgur.com/a/nPPDr
Here is the code of my main.js file
Here is the my log file from about:webrtc
P.S:在发布问题之前,我已经检查了 SO 和其他网站上的几篇帖子,但没有人做到这一点。
【问题讨论】: