MeetingOptions constructor

MeetingOptions({
  1. String? userId,
  2. String? userPassword,
  3. String? displayName,
  4. String? meetingId,
  5. String? meetingPassword,
  6. bool? noDrivingMode,
  7. bool? noInvite,
  8. bool? noShare,
  9. bool? noTitlebar,
  10. bool? noDisconnectAudio,
  11. String? viewOptions,
  12. bool? noAudio,
  13. bool? noVideo,
  14. String? zoomToken,
  15. String? zoomAccessToken,
  16. String? jwtAPIKey,
  17. String? jwtSignature,
  18. String? userType,
  19. String? customMeetingId,
  20. String? customerKey,
  21. bool? noChatMsgToast,
  22. bool? noUnmuteConfirmDialog,
  23. bool? noWebinarRegisterDialog,
  24. int? inviteOptions,
  25. int? meetingViewsOptions,
  26. bool? noDialInViaPhone,
  27. bool? noDialOutToPhone,
  28. bool? noRecord,
  29. bool? noMeetingEndMessage,
  30. bool? noMeetingErrorMessage,
  31. 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,
});