- From: ekr via GitHub <sysbot+gh@w3.org>
- Date: Fri, 01 Jul 2016 18:51:49 +0000
- To: public-webrtc@w3.org
ekr has just created a new issue for https://github.com/w3c/webrtc-pc: == Add a ufrag attribute to the RTCIceCandidate structure to indicate which ICE context == At IETF 95, we agreed that we should have the ufrag included with ICE candidates so you could disambiguate candidates and end-of-candidates from different ICE generations (restarts). We should 1. Add ufrag to RTCIceCandidate 2. Add ufrag to one of the things that the serializer emits We should also consider modifying the "done gathering marker" to be not RTCIceCandidate = null but rather RTCIceCandidate = { mid, null} or something. Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/726 using your GitHub account
Received on Friday, 1 July 2016 18:51:56 UTC