CustomZoomMeetingOptions constructor

CustomZoomMeetingOptions({
  1. String? userId,
  2. String? displayName,
  3. String? meetingId,
  4. String? meetingPassword,
  5. String? zoomToken,
  6. String? zoomAccessToken,
  7. String? disableDialIn,
  8. String? disableDrive,
  9. String? disableInvite,
  10. String? disableShare,
  11. String? disableTitlebar,
  12. String? noDisconnectAudio,
  13. String? noAudio,
  14. String? viewOptions,
})

Implementation

CustomZoomMeetingOptions({
  this.userId,
  this.displayName,
  this.meetingId,
  this.meetingPassword,
  this.zoomToken,
  this.zoomAccessToken,
  this.disableDialIn,
  this.disableDrive,
  this.disableInvite,
  this.disableShare,
  this.disableTitlebar,
  this.noDisconnectAudio,
  this.noAudio,
  this.viewOptions
});