localDescription property

RTCSessionDescription? get localDescription

The localDescription read-only property of the RTCPeerConnection interface returns an RTCSessionDescription describing the session for the local end of the connection. If it has not yet been set, this is null.

Implementation

external RTCSessionDescription? get localDescription;