Issue
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?
Solution
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…
Answered By – busybeaver
Answer Checked By – Cary Denson (FlutterFixes Admin)