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

Clarify when icecandidatepairremove is fired. #204

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sam-vi
Copy link
Contributor

@sam-vi sam-vi commented Apr 18, 2024

Fixes: #196.

Enumerate examples of situations in which icecandidatepairremove is fired, including ICE restart.

This makes it clear that the event is fired and [[CandidatePairs]] is cleared in the event of an ICE restart.


Preview | Diff

Enumerate examples of situations in which `icecandidatepairremove` is
fired, including ICE restart.

This makes it clear that the event is fired and [[CandidatePairs]] is
cleared in the event of an ICE restart.
@@ -686,7 +686,21 @@ <h3>
The [= ICE agent =] will continue to send data using |candidatePair| until instructed to use another candidate pair with {{RTCIceTransport/selectCandidatePair}}.
</p>
<p>
When the [= ICE agent =] has picked a candidate pair to remove, the [= user agent =] MUST [= queue a task =] to <dfn
The [= ICE agent =] can decide to remove a candidate pair for several reasons. Examples include:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The [= ICE agent =] can decide to remove a candidate pair for several reasons. Examples include:
The [= ICE agent =] can decide to remove a candidate pair for several reasons.
<p class="note"> Examples include:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved the entire text blurb into a non-normative note.

index.html Outdated Show resolved Hide resolved
@jan-ivar
Copy link
Member

@sam-vi still seeing some validation errors. Do you need help on this one?

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

Successfully merging this pull request may close these issues.

Add steps to clear [[CandidatePairs]] in response to ICE restart
3 participants