TCICBasicConfig constructor

TCICBasicConfig({
  1. bool? autoStartClass,
  2. bool? allowEarlyEnter,
  3. bool? allowPipMode,
  4. bool? autoStartStageLoop,
  5. bool? enableSmallVideoStream,
  6. bool? enableVirtualBackground,
  7. bool? rememberBeautyConfig,
  8. bool? rememberVirtualBackgroundConfig,
  9. bool? microphoneAutoOpen,
  10. bool? cameraAutoOpen,
  11. String? logPassword,
  12. bool? enableExperienceDegradation,
  13. bool? enableFullLogReport,
  14. bool? handupButtonKeepEnabled,
  15. bool? enableQuicMode,
  16. bool? showStreamSubscriptionSetting,
  17. bool? showQuicModeSetting,
  18. bool? teacherVideoFloating,
})

Implementation

TCICBasicConfig({
   this.autoStartClass,
   this.allowEarlyEnter,
   this.allowPipMode,
   this.autoStartStageLoop,
   this.enableSmallVideoStream,
   this.enableVirtualBackground,
   this.rememberBeautyConfig,
   this.rememberVirtualBackgroundConfig,
   this.microphoneAutoOpen,
   this.cameraAutoOpen,
   this.logPassword,
   this.enableExperienceDegradation,
   this.enableFullLogReport,
   this.handupButtonKeepEnabled,
   this.enableQuicMode,
   this.showStreamSubscriptionSetting,
   this.showQuicModeSetting,
   this.teacherVideoFloating,
});