[webrtc-pc] Put a=end-of-candidates into description(s) (#2896)

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

== Put a=end-of-candidates into description(s) ==
[When](https://w3c.github.io/webrtc-pc/#rtcicetransport) _"the [ICE Agent](https://w3c.github.io/webrtc-pc/#dfn-ice-agent) is finished gathering a [generation](https://w3c.github.io/webrtc-pc/#dfn-generation) of candidates"_ we fire a fake `icecandidate` event with an empty string to signify end of candidates. But we're not updating the SDP the same way we do when we [surface a candidate](https://w3c.github.io/webrtc-pc/#dfn-surface-the-candidate).

While this is probably covered in JSEP, editorially we should probably be consistent and mention the timing of when ` a=end-of-candidates` is to be added, since it's JS observable.

I'm already amending in this area in https://github.com/w3c/webrtc-pc/pull/2894, so I think I'll add it there.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 25 August 2023 13:23:22 UTC