ZoomMeetingOptions class

Parameters describing how to join a specific Zoom meeting.

Constructors

ZoomMeetingOptions({required String meetingId, required String meetingPassword, required String displayName, String? zakToken, String? joinToken, bool disableAudio = false, bool disableVideo = false, bool disableShare = false, bool disableDrive = false, bool noDisconnectAudio = false, bool noRecord = false, bool noInvite = false, bool hideMeetingId = false, bool hidePassword = false, bool hideParticipants = false})
Creates the options passed to FlutterZoomSdkAdvanced.joinMeeting.

Properties

disableAudio bool
Whether to join with the microphone turned off.
final
disableDrive bool
Whether to disable access to the meeting's cloud drive.
final
disableShare bool
Whether to hide screen-sharing controls.
final
disableVideo bool
Whether to join with the camera turned off.
final
displayName String
The name shown for the local user in the participant list.
final
hashCode int
The hash code for this object.
no setterinherited
hideMeetingId bool
Whether to hide the meeting ID/number text in the in-meeting UI.
final
hideParticipants bool
Whether to hide the Participants button in the in-meeting bar entirely.
final
hidePassword bool
Whether to hide the passcode text in the in-meeting UI.
final
joinToken String?
Optional join token (app privilege token) for the meeting.
final
meetingId String
The numeric meeting ID to join.
final
meetingPassword String
The meeting passcode. May be empty when no passcode is required.
final
noDisconnectAudio bool
Whether to keep the audio session connected when leaving the meeting.
final
noInvite bool
Whether to hide the Invite button in the in-meeting UI.
final
noRecord bool
Whether to hide recording controls.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zakToken String?
Optional ZAK token used to join as the host / a logged-in user.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Serializes these options into a map for the platform channel.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited