Re: [webrtc-pc] Specify when RTCIceRole is updated (#2214)

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