Open EtherDream opened 5 years ago
I see that Phase 4 of the unified plan is to remove support for 'plan-b': https://webrtc.org/web-apis/chrome/unified-plan/
Has anyone got a fix when using 'unified-plan' rather than 'plan-b'?
I've managed to figure this out. It was just down to the createDataChannel method needing to have a value for it's Label parameter rather than being blank.
I've suggested a new pull request that applies this change.
I'm maintaining a fork of webrtc-ips that currently works in Chrome 72 in my tests. It also supports passing custom urls
in params.
Maybe it will help.
@vitalets what about safari?
@EtherDream
var servers = {iceServers: [{urls: "stun:stun.services.mozilla.com"}], sdpSemantics:'plan-b'};
Refer: