getRemoteParameters method

RTCIceParameters? getRemoteParameters()

The getRemoteParameters() method of the RTCIceTransport interface returns an RTCIceParameters object that 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.

Implementation

external RTCIceParameters? getRemoteParameters();