CustomZoomMeetingOptions class

Constructors

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

Properties

disableDialIn String?
getter/setter pair
disableDrive String?
getter/setter pair
disableInvite String?
getter/setter pair
disableShare String?
getter/setter pair
disableTitlebar String?
getter/setter pair
displayName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
meetingId String?
getter/setter pair
meetingPassword String?
getter/setter pair
noAudio String?
getter/setter pair
noDisconnectAudio String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
getter/setter pair
viewOptions String?
getter/setter pair
zoomAccessToken String?
getter/setter pair
zoomToken String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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