- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 03 Oct 2019 11:53:49 +0000
- To: public-webrtc-logs@w3.org
If RTCIceRole is "unknown": If we send out an offer, we can set RTCIceRole to "controlling". If we get an incoming offer, and it contains "a=ice-lite", we can set RTCIceRole to "controlling". If we get an incoming offer, and it doesn't contain "a=ice-lite", we can set RTCIceRole to "controlled". If RTCIceRole is set: If we get an ICE Binding request, and it indicates a role conflict, follow the rules in section 7.3.1.1. For all other events, leave it unchanged. Seems right? -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2214#issuecomment-537912865 using your GitHub account
Received on Thursday, 3 October 2019 11:53:50 UTC