CustomZoomScheduleOptions class Null safety
Constructors
- CustomZoomScheduleOptions({String? setMeetingTopic, String? setStartTime, String? durationMinute, String? canJoinBeforeHost, String? setPassword, String? setHostVideoOff, String? setAttendeeVideoOff, String? setTimeZoneId, String? setEnableMeetingToPublic, String? setEnableLanguageInterpretation, String? setEnableWaitingRoom, String? setUsePmiAsMeetingID, String? enableAutoRecord, String? autoLocalRecord, String? autoCloudRecord})
Properties
- autoCloudRecord ↔ String?
-
read / write
- autoLocalRecord ↔ String?
-
read / write
- canJoinBeforeHost ↔ String?
-
read / write
- durationMinute ↔ String?
-
read / write
- enableAutoRecord ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- setAttendeeVideoOff ↔ String?
-
read / write
- setEnableLanguageInterpretation ↔ String?
-
read / write
- setEnableMeetingToPublic ↔ String?
-
read / write
- setEnableWaitingRoom ↔ String?
-
read / write
- setHostVideoOff ↔ String?
-
read / write
- setMeetingTopic ↔ String?
-
read / write
- setPassword ↔ String?
-
read / write
- setStartTime ↔ String?
-
read / write
- setTimeZoneId ↔ String?
-
read / write
- setUsePmiAsMeetingID ↔ String?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited