The RTCIceTransport
method getRemoteParameters()
returns an RTCIceParameters
object which 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()
.
parameters = RTCIceTransport.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 | Status | Comment |
---|---|---|
WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCIceTransport.getRemoteParameters' in that specification. | Candidate Recommendation | Initial specification. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No | 12 | No | No | No | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No | ? | No | No | No | No |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceTransport/getRemoteParameters