HMSPublishSetting constructor

HMSPublishSetting({
  1. required List<String> allowed,
  2. HMSAudioSetting? audioSetting,
  3. HMSVideoSetting? videoSetting,
  4. HMSVideoSetting? screenSetting,
  5. HMSSimulcastSettings? simulcast,
})

Implementation

HMSPublishSetting(
    {required this.allowed,
    this.audioSetting,
    this.videoSetting,
    this.screenSetting,
    this.simulcast});