Re: [webrtc-pc] addIceCandidate may add ice candidate to the wrong remote description

The situation I can think of is where one repeatedly set the `pendingRemoteDescription` with different ufrags without going back to stable state. The ICE agent might need to keep track of more than two ICE generations, but we could leave that to the implementation.

Agree that the change needed is just to add the candidate to whatever remote description that is applicable. It makes sense to me now.

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

Received on Monday, 22 May 2017 09:42:36 UTC