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

Adding additional members to RTCIceCandidate dictionary. #325

Merged
merged 3 commits into from
Oct 15, 2015

Conversation

taylor-b
Copy link
Contributor

@taylor-b taylor-b commented Oct 9, 2015

These attributes aren't used in addIceCandidate; they're just provided
in candidates signaled by onicecandidate, or retrieved from an
RTCIceCandidatePair. This will allow interested applications to get more
information about an ICE candidate, without parsing the candidate
string.

This is the change Peter suggested, which we agreed to at the Redmond f2f.

These attributes aren't used in addIceCandidate; they're just provided
in candidates signaled by onicecandidate, or retrieved from an
RTCIceCandidatePair. This will allow interested applications to get more
information about an ICE candidate, without parsing the candidate
string.
@@ -1271,7 +1271,9 @@
<code>none</code>. This call will result in a change to the
connection state of the ICE Agent, and may result in a change to
media state if it results in different connectivity being
established.</p>
established. Note that the only members of the candidate attribute
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you can remove the "note that" and just say "The only ...

established.</p>
established. The only members of the candidate attribute
used by this method are <var>candidate</var>, <var>sdpMid</var> and
<var>sdpMLineIndex</var>; the rest are ignored.</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

If sdpMid is given and sdpMLineIndex is not, what will happen?

Copy link
Contributor

Choose a reason for hiding this comment

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

The same thing as before this PR, I think.

alvestrand added a commit that referenced this pull request Oct 15, 2015
Adding additional members to RTCIceCandidate dictionary.
@alvestrand alvestrand merged commit fafb770 into w3c:master Oct 15, 2015
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

4 participants