CustomZoomScheduleOptions constructor

CustomZoomScheduleOptions({
  1. String? setMeetingTopic,
  2. String? setStartTime,
  3. String? durationMinute,
  4. String? canJoinBeforeHost,
  5. String? setPassword,
  6. String? setHostVideoOff,
  7. String? setAttendeeVideoOff,
  8. String? setTimeZoneId,
  9. String? setEnableMeetingToPublic,
  10. String? setEnableLanguageInterpretation,
  11. String? setEnableWaitingRoom,
  12. String? setUsePmiAsMeetingID,
  13. String? enableAutoRecord,
  14. String? autoLocalRecord,
  15. String? autoCloudRecord,
})

Implementation

CustomZoomScheduleOptions({
  this.setMeetingTopic,
  this.setStartTime,
  this.durationMinute,
  this.canJoinBeforeHost,
  this.setPassword,
  this.setHostVideoOff,
  this.setAttendeeVideoOff,
  this.setTimeZoneId,
  this.setEnableMeetingToPublic,
  this.setEnableLanguageInterpretation,
  this.setEnableWaitingRoom,
  this.setUsePmiAsMeetingID,
  this.enableAutoRecord,
  this.autoLocalRecord,
  this.autoCloudRecord
});