Re: [webrtc-pc] detecting a remote ICE restart? (#1918)

@fippo To determine that an ICE restart occurred after calling SRD, `getRemoteParameters()` should do the job. If you want an event, `icegatheringstatechange` will fire with a new state of `gathering`  (and `statechange` with a new state of `new`) after SRD. 

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

Received on Wednesday, 20 February 2019 00:26:22 UTC