Re: [webrtc-pc] How do I indicate the end of remote candidates?

> The complexity is compounded by the fact that end-of-candidates needs to specify which media section and generation they end.

Let's forget SDP, "media sections", transceivers and other artifacts.

It's clear that end-of-candidates should just affect a specific `RtcIceTransport`, right? And it happens that, in WebRTC, the ICE transport is the lowest layer in-the-wire. On top of the ICE transport other layers are carried (such as media layers).

So `iceTransport.endRemoteCandidates()`.

-- 
GitHub Notification of comment by ibc
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1952#issuecomment-409944329 using your GitHub account

Received on Thursday, 2 August 2018 14:23:31 UTC