W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > June 2018

[webrtc-pc] detecting a remote ICE restart?

From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
Date: Wed, 27 Jun 2018 20:24:28 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issues.opened-336374461-1530131067-sysbot+gh@w3.org>
fippo has just created a new issue for https://github.com/w3c/webrtc-pc:

== detecting a remote ICE restart? ==
is there a way in the API that allows me to detect the remote side tried an ice restart after SRD is done?

There are ways to detect it such as parsing the SDP and
* comparing the incoming ufrag to the current remote description before calling SRD
* comparing the new answer ufrag before SLD
but both variants require SDP parsing.

With RTCIceTransport.getRemoteParameters() once can probably avoid parsing the SDP at least.
Do we need a better way like firing an event on the transport?

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1918 using your GitHub account
Received on Wednesday, 27 June 2018 20:24:36 UTC

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:44 UTC