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().
Syntax
parameters = RTCIceTransport.getRemoteParameters();
Parameters
None.
Return value
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.
Specifications
| Specification | Status | Comment |
|---|---|---|
| WebRTC 1.0: Real-time Communication Between Browsers The definition of 'RTCIceTransport.getRemoteParameters' in that specification. |
Candidate Recommendation | Initial specification. |
Browser compatibility
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
getRemoteParameters | Chrome No support No | Edge No support 15 — 79 | Firefox No support No | IE No support No | Opera No support No | Safari No support No | WebView Android No support No | Chrome Android No support No | Firefox Android No support No | Opera Android No support No | Safari iOS No support No | Samsung Internet Android No support No |
Legend
- No support
- No support
