TCICBasicConfig constructor
TCICBasicConfig({
- bool? autoStartClass,
- bool? allowEarlyEnter,
- bool? allowPipMode,
- bool? autoStartStageLoop,
- bool? enableSmallVideoStream,
- bool? enableVirtualBackground,
- bool? rememberBeautyConfig,
- bool? rememberVirtualBackgroundConfig,
- bool? microphoneAutoOpen,
- bool? cameraAutoOpen,
- String? logPassword,
- bool? enableExperienceDegradation,
- bool? enableFullLogReport,
- bool? handupButtonKeepEnabled,
- bool? enableQuicMode,
- bool? showStreamSubscriptionSetting,
- bool? showQuicModeSetting,
- 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,
});