web api instance method
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 setLocalDescription().
Syntax
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.