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?
There exists a issue on the Dart bug tracker regarding this problem:
It seems that (at the moment) the only workaround is to use dart2js with Chrome...
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