Re: [webrtc-pc] RTCIceTransport selected candidate pair behavior when changing state (#1981)

Proposal: 

When the RTCIceTransport is closed (due to either RTCPeerConnection close() or SLD/SRD removing it)? Proposal: getSelectedCandidatePair() returns null and the event does not fire.
When the RTCIceTransport transitions to 'disconnected'? Proposal: getSelectedCandidatePair() returns the current value the event does not fire.
When the RTCIceTransport transitions to 'failed'? Proposal: getSelectedCandidatePair() returns the current value and the event does not fire.

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

Received on Tuesday, 13 August 2019 21:47:19 UTC