ZoomMeetingOptions constructor

ZoomMeetingOptions({
  1. String? userId,
  2. String? userPassword,
  3. String? displayName,
  4. String? meetingId,
  5. String? meetingPassword,
  6. String? disableDialIn,
  7. String? disableDrive,
  8. String? disableInvite,
  9. String? disableShare,
  10. String? disableTitlebar,
  11. String? noDisconnectAudio,
  12. String? viewOptions,
  13. String? noAudio,
  14. String? zoomToken,
  15. String? zoomAccessToken,
  16. String? jwtAPIKey,
  17. 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,
});