pendingLocalDescription property

RTCSessionDescription? pendingLocalDescription

Implementation

RTCSessionDescription? get pendingLocalDescription =>
    js_util.getProperty(this, 'pendingLocalDescription');