ZoomMeetingOptions constructor
ZoomMeetingOptions({
- String? userId,
- String? userPassword,
- String? displayName,
- String? meetingId,
- String? meetingPassword,
- String? disableDialIn,
- String? disableDrive,
- String? disableInvite,
- String? disableTitlebar,
- String? noDisconnectAudio,
- String? viewOptions,
- String? noAudio,
- String? zoomToken,
- String? zoomAccessToken,
- String? jwtAPIKey,
- String? jwtSignature,
JWT API Signature For Web Only
Implementation
ZoomMeetingOptions({
this.userId,
this.userPassword,
this.displayName,
this.meetingId,
this.meetingPassword,
this.disableDialIn,
this.disableDrive,
this.disableInvite,
this.disableShare,
this.disableTitlebar,
this.noDisconnectAudio,
this.viewOptions,
this.noAudio,
this.zoomToken,
this.zoomAccessToken,
this.jwtAPIKey,
this.jwtSignature,
});