-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set selected candidate pair #2
Conversation
This avoids a race condition where an application might cause state to change from within an event handler.
If nomination is being deferred, either side is allowed to send on a pair of their choosing. Only nomination is the exclusive prerogative the controlling agent.
This is a PR from a branch to another branch - was that the intention? |
This PR was stacked on top of w3c#168 before that PR was merged. It was intended to show the minimal diff for w3c#174 minus the edits in the base PR. This PR is no longer necessary since w3c#168 is merged. w3c#174 (for merging into w3c:main) is where all discussions can take place. I'll close this PR. |
Fixes w3c#171.
An event is proposed to defer the nomination of a candidate pair, thereby allowing the selected candidate pair to be changed without an ICE restart. A method is proposed to actually change the selected candidate pair.
Preview | Diff