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

What happens if ufrag differs between different SDPs applied #1311

Closed
stefhak opened this issue Jun 1, 2017 · 2 comments
Closed

What happens if ufrag differs between different SDPs applied #1311

stefhak opened this issue Jun 1, 2017 · 2 comments
Assignees

Comments

@stefhak
Copy link
Contributor

stefhak commented Jun 1, 2017

From https://lists.w3.org/Archives/Public/public-webrtc/2016Sep/0071.html:

"Let say offer/answer done with ufrag1 and PC is in stable state. Now a reoffer is done a new ufrag2. ICE start gathering candidates and PC is not in stable state. The currentLocalDescription returns SDP with ufrag1 while pendingLocalDescription returns SDP with ufrag2. Any new ICE candidates that are being gathered should be added to pendingLocalDescription but stuff with ufrag2 should not be added to SDP with ufrag1 in the currentLocalDescription. Think the spec has this wrong. An interesting case to consider is in the case where ufrag2 did not change and was ufrag1, then seems like it should be added to bother."

Assigning to @taylor-b since this seems related to the unverified media discussion.

@stefhak
Copy link
Contributor Author

stefhak commented Jun 6, 2017

Reassigning to @pthatcherg since @taylor-b seems over-assigned! Can you comment @pthatcherg ?

@taylor-b
Copy link
Contributor

taylor-b commented Jun 6, 2017

Sorry, this was on my todo list but it's getting somewhat backed up. Anyway, this looks like it's a duplicate of #1227.

@taylor-b taylor-b closed this as completed Jun 6, 2017
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

3 participants