RTCSessionDescriptionInit constructor

RTCSessionDescriptionInit({
  1. String? sdp,
  2. RTCSdpType? type,
})

Implementation

factory RTCSessionDescriptionInit({
  _i2.String? sdp,
  _i3.RTCSdpType? type,
}) =>
    RTCSessionDescriptionInit._(
      sdp: sdp,
      type: type?.name ?? _i6.undefined,
    );