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