This feature is not Baseline because it does not work in some of the most widely-used browsers.
The getRemoteParameters() method of the RTCIceTransport interface returns an RTCIceParameters object that provides information uniquely identifying the remote peer for the duration of the ICE session.
The remote peer's parameters are received during ICE signaling and delivered to the transport when the client calls RTCPeerConnection.setRemoteDescription().
getRemoteParameters()
None.
An RTCIceParameters object indicating the usernameFragment and password which uniquely identify the remote peer for the duration of the ICE session.
Returns null if the parameters haven't been received yet.
| Specification |
|---|
| WebRTC: Real-Time Communication in Browsers> # dom-rtcicetransport-getremoteparameters> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
getRemoteParameters |
75 | 13 | No | 62 | No | 75 | No | 54 | No | 11.0 | 75 | No |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/getRemoteParameters