MeetingOptions class

Constructors

MeetingOptions.new({String? userId, String? userPassword, String? displayName, String? meetingId, String? meetingPassword, bool? noDrivingMode, bool? noInvite, bool? noShare, bool? noTitlebar, bool? noDisconnectAudio, String? viewOptions, bool? noAudio, bool? noVideo, String? zoomToken, String? zoomAccessToken, String? jwtAPIKey, String? jwtSignature, String? userType, String? customMeetingId, String? customerKey, bool? noChatMsgToast, bool? noUnmuteConfirmDialog, bool? noWebinarRegisterDialog, int? inviteOptions, int? meetingViewsOptions, bool? noDialInViaPhone, bool? noDialOutToPhone, bool? noRecord, bool? noMeetingEndMessage, bool? noMeetingErrorMessage, bool? noBottomToolbar})

Properties

customerKey String?
Participant ID
getter/setter pair
customMeetingId String?
Set to change meeting ID displayed on meeting view title
getter/setter pair
displayName String?
Display Name
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inviteOptions int?
Invitation options. The host can enable all the items to invite attendees
getter/setter pair
jwtAPIKey String?
JWT API KEY For Web Only
getter/setter pair
jwtSignature String?
JWT API Signature For Web Only
getter/setter pair
meetingId String?
Personal meeting id for start meeting required
getter/setter pair
meetingPassword String?
Personal meeting passcode for start meeting required
getter/setter pair
meetingViewsOptions int?
Meeting view options
getter/setter pair
noAudio bool?
Disable No Audio
getter/setter pair
noBottomToolbar bool?
Disable Bottom Toolbar
getter/setter pair
noChatMsgToast bool?
Set whether to hide chat message toast when receive a chat message
getter/setter pair
noDialInViaPhone bool?
Disable Dial In Via Phone
getter/setter pair
noDialOutToPhone bool?
Disable Dial Out To Phone
getter/setter pair
noDisconnectAudio bool?
No Disconnect Audio Mode
getter/setter pair
noDrivingMode bool?
Disable Driving Mode
getter/setter pair
noInvite bool?
Disable Invite Mode
getter/setter pair
noMeetingEndMessage bool?
Disable Meeting End Message
getter/setter pair
noMeetingErrorMessage bool?
Disable Meeting Error Message
getter/setter pair
noRecord bool?
Disable Record
getter/setter pair
noShare bool?
Disable Share Mode
getter/setter pair
noTitlebar bool?
Disable Title Bar Mode
getter/setter pair
noUnmuteConfirmDialog bool?
Query whether to hide host unmute yourself confirm dialog
getter/setter pair
noVideo bool?
Disable No Video
getter/setter pair
noWebinarRegisterDialog bool?
Query whether to hide webinar need register dialog
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
Username For Join Meeting & Host Email For Start Meeting
getter/setter pair
userPassword String?
Host Password For Start Meeting
getter/setter pair
userType String?
User type for SDK
getter/setter pair
viewOptions String?
View option to disable zoom icon for Learning system
getter/setter pair
zoomAccessToken String?
Zoom access token for SDK
getter/setter pair
zoomToken String?
Zoom token for SDK
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited