pendingLocalDescription property

RTCSessionDescription? get pendingLocalDescription

Implementation

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