Is addIceCandidate implemented in Dartium?

感情迁移 提交于 2019-12-22 10:45:41

问题


I'm trying to call:

peerConn.addIceCandidate (where peerConn is an instance of RtcPeerConnection)

and I'm getting:

NotSupportedError: Internal Dartium Exception

Is addIceCandidate supported? And what is the status of WebRTC in Dartium?


回答1:


There exists a issue on the Dart bug tracker regarding this problem:

Issue 15008 - RtcPeerConnection.addIceCandidate results in a NotSupportedError: Internal Dartium Exception

It seems that (at the moment) the only workaround is to use dart2js with Chrome...




回答2:


The newest Versions (bleeding edge) seem to fix this problem. You can download them right here.



来源:https://stackoverflow.com/questions/19896137/is-addicecandidate-implemented-in-dartium

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