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

WebRTC error on Chrome 57 #389

Closed
raphaelhovsepyan opened this issue Feb 14, 2017 · 6 comments
Closed

WebRTC error on Chrome 57 #389

raphaelhovsepyan opened this issue Feb 14, 2017 · 6 comments

Comments

@raphaelhovsepyan
Copy link

Unable to make calls with Demo Phone, browser throws an error

sip-0.7.3.js:2884 DOMException: Failed to set remote answer sdp: Session error code: ERROR_CONTENT. Session error description: rtcpMuxPolicy is 'require', but media description does not contain 'a=rtcp-mux'..

Works fine on previous Chrome versions

@gyumjibashyan
Copy link

We have the same issue and were not able to find a viable solution

This is very important. Our production systems rely on this and the new Chrome update seems to be breaking the functionality.

@matthieusieben
Copy link

matthieusieben commented Feb 14, 2017

Did you try setting the rtcpmuxpolicy configuration setting to "negotiate" ?

@james-criscuolo
Copy link
Collaborator

We've updated to 0.7.7 to fix this. The demo-phone is using 0.7.3, which we should update, but if you update to 0.7.7 and set the rtcpMuxPolicy to 'negotiate', you should be ok.

James

@raphaelhovsepyan
Copy link
Author

@matthieusieben @james-criscuolo thanks, it works on 57
but still not working on 58.0.3004.3 / Linux 64 bit

@matthieusieben
Copy link

I've been able to make it work on Version 58.0.3004.3 (Official Build) dev (64-bit) without problem after adding the rtcpMuxPolicy: 'negotiate' configuration.

@gyumjibashyan
Copy link

Thank you @matthieusieben @james-criscuolo for fixing this. It worked!!!

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

4 participants