MeetingOptions constructor
MeetingOptions({
- String? userId,
- String? userPassword,
- String? displayName,
- String? meetingId,
- String? meetingPassword,
- bool? noDrivingMode,
- bool? noInvite,
- 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,
Implementation
MeetingOptions({
this.userId,
this.userPassword,
this.displayName,
this.meetingId,
this.meetingPassword,
this.noDrivingMode,
this.noInvite,
this.noShare,
this.noTitlebar,
this.noDisconnectAudio,
this.viewOptions,
this.noAudio,
this.noVideo,
this.zoomToken,
this.zoomAccessToken,
this.jwtAPIKey,
this.jwtSignature,
this.userType,
this.customMeetingId,
this.customerKey,
this.noChatMsgToast,
this.noUnmuteConfirmDialog,
this.noWebinarRegisterDialog,
this.inviteOptions,
this.meetingViewsOptions,
this.noDialInViaPhone,
this.noDialOutToPhone,
this.noRecord,
this.noMeetingEndMessage,
this.noMeetingErrorMessage,
this.noBottomToolbar,
});