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

[HTML5] Attempt to fix SIP.js listen only permission problems #5931

Merged

Conversation

prlanzarin
Copy link
Member

@prlanzarin prlanzarin commented Jul 26, 2018

Rationale: the negotiation failed because SIP.js was resolving the local description without properly waiting for ICE completion, so the generated SDP would end up without any ICE candidate and FreeSWITCH would reject the call. The permissioning thing was more of a side effect that freed the stuck ICE candidate, so it ended up working. We now only resolve the local description when ICE gathering was properly completed and processed.

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

Successfully merging this pull request may close these issues.

None yet

2 participants