RTCOfferOptions constructor

RTCOfferOptions({
  1. bool iceRestart,
  2. bool offerToReceiveAudio,
  3. bool offerToReceiveVideo,
})

Implementation

external factory RTCOfferOptions({
  bool iceRestart,
  bool offerToReceiveAudio,
  bool offerToReceiveVideo,
});