RTCIceTransport: getLocalParameters() method
The getLocalParameters()
method of the RTCIceTransport
interface returns an RTCIceParameters
object that provides information uniquely identifying the local peer for the duration of the ICE session.
The local peer's parameters are obtained during ICE signaling and delivered to the transport when the client calls RTCPeerConnection.setLocalDescription()
.
Syntax
js
getLocalParameters()
Parameters
None.
Return value
An RTCIceParameters
object indicating the usernameFragment
and password
which uniquely identify the local peer for the duration of the ICE session.
Returns null
if the parameters have not yet been received.
Specifications
Specification |
---|
WebRTC: Real-Time Communication in Browsers # dom-rtcicetransport-getlocalparameters |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
getLocalParameters |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
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.