RTCSessionDescription constructor

RTCSessionDescription(
  1. String? sdp,
  2. String? type
)

Implementation

RTCSessionDescription(this.sdp, this.type);