remoteDescription
Summary
Returns the RTCSessionDescription most recently passed to the setRemoteDescription() method along with any remote candidate descriptions supplied with addIceCandidate(). Returns null if the remote description has not been set.
Property of apis/webrtc/RTCPeerConnectionapis/webrtc/RTCPeerConnection
Syntax
Note: This property is read-only.
var result = element.remoteDescription;
Return Value
Returns an object of type RTCSessionDescriptionRTCSessionDescription