ZegoLiveStreamingCoHostConfig constructor

ZegoLiveStreamingCoHostConfig({
  1. int maxCoHostCount = defaultMaxCoHostCount,
  2. bool turnOnCameraWhenCohosted()?,
  3. int inviteTimeoutSecond = 60,
  4. bool stopCoHostingWhenMicCameraOff = false,
  5. bool disableCoHostInvitationReceivedDialog = false,
})

Implementation

ZegoLiveStreamingCoHostConfig({
  this.maxCoHostCount = defaultMaxCoHostCount,
  this.turnOnCameraWhenCohosted,
  this.inviteTimeoutSecond = 60,
  this.stopCoHostingWhenMicCameraOff = false,
  this.disableCoHostInvitationReceivedDialog = false,
});