getLocalParameters method

RTCIceParameters? getLocalParameters()

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.

Implementation

external RTCIceParameters? getLocalParameters();