localDescription
Summary
Returns the RTCSessionDescription most recently passed to the setLocalDescription() method along with any local candidate descriptions generated since the method was called.
Property of apis/webrtc/RTCPeerConnectionapis/webrtc/RTCPeerConnection
Syntax
Note: This property is read-only.
var result = element.localDescription;
Return Value
Returns an object of type RTCSessionDescriptionRTCSessionDescription
Returns a null object if the local description has not yet been set.