- From: Iñaki Baz Castillo via GitHub <sysbot+gh@w3.org>
- Date: Thu, 02 Aug 2018 14:23:16 +0000
- To: public-webrtc-logs@w3.org
> 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