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

Need JSEP reference for end-of-candidates indication #723

Closed
burnburn opened this issue Jun 29, 2016 · 2 comments
Closed

Need JSEP reference for end-of-candidates indication #723

burnburn opened this issue Jun 29, 2016 · 2 comments

Comments

@burnburn
Copy link
Contributor

The WebRTC spec says in the description for RTCIceTransportState in section 5.6 (RTCIceTransportInterface):

"The failed and completed states require an indication that there are no additional remote candidates. This can be indicated either by canTrickleIceCandidates being set to false, or the processing of an end-of-candidates indication as described in [JSEP]."

I looked in JSEP but couldn't find an appropriate reference (anchor), so I filed issue rtcweb-wg/jsep#293.

This is a work item for issue #337.

@aboba
Copy link
Contributor

aboba commented Jun 30, 2016

Shouldn't it say:

"This can be indicated by calling addIceCandidate with a null value for candidate, by canTrickleIceCandidates being set to false, or the processing of an end-of-candidates indication as described in [JSEP]."

@burnburn
Copy link
Contributor Author

burnburn commented Aug 18, 2016

Bernard: yes. I will include that change (or whatever we conclude) in the fix.
Status today: JSEP issue #293 is still in progress.

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

No branches or pull requests

3 participants