[webrtc-pc] Signaling a=end-of-candidates

martinthomson has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== Signaling a=end-of-candidates ==
Trickle ICE has a signal that says that there are no more candidates 
coming.  I can never remember whether it is per-component or 
per-agent, I think that it's the latter.

We currently do not have a way of providing that signal.  I believe 
that an `RTCIceCandidate` with a null `candidate` attribute has been 
suggested and maybe even implemented by some.  That doesn't require 
any new code paths in (most) clients, which would seem to be a virtue.

Current the `candidate` attribute is both mandatory and not nullable.

(I couldn't find an open issue on this, so here 'tis.)

Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/483 using your GitHub account

Received on Thursday, 28 January 2016 03:56:12 UTC