RTCOfferOptions constructor
RTCOfferOptions({
- bool? iceRestart,
Implementation
factory RTCOfferOptions({bool? iceRestart}) =>
RTCOfferOptions._(iceRestart: iceRestart ?? false);
factory RTCOfferOptions({bool? iceRestart}) =>
RTCOfferOptions._(iceRestart: iceRestart ?? false);