Re: [webrtc-pc] Handle ICE state and candidate pair changes in the same task (#2444)

Prior to this CL it would probably have been valid (up to interpretation) to update the ICE state first, fire an event, and then in a later task update the selected candidate pair and fire an event. Probably not intentional to be in a connected state while at the same time having a null candidate pair. This fixes that.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2444#issuecomment-577136601 using your GitHub account

Received on Wednesday, 22 January 2020 11:23:27 UTC