Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Chrome72 #44

Open
EtherDream opened this issue Feb 14, 2019 · 5 comments
Open

Not working on Chrome72 #44

EtherDream opened this issue Feb 14, 2019 · 5 comments

Comments

@EtherDream
Copy link

No description provided.

@EtherDream EtherDream changed the title Not working on 72 Not working on Chrome72 Feb 14, 2019
@blowing-in-the-wind
Copy link

@EtherDream

var servers = {iceServers: [{urls: "stun:stun.services.mozilla.com"}], sdpSemantics:'plan-b'};

Refer:

@Justin2k
Copy link

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'?

@Justin2k
Copy link

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.

@vitalets
Copy link

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.

@nebi-frame
Copy link

@vitalets what about safari?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants