ZoomOptions class
Basic Zoom Options required for plugin (WEB, iOS, Android)
Constructors
- ZoomOptions.new({required String? domain, required String? clientId, required String? clientSecert, String? jwtSignature, String? language = "en-US", bool? showMeetingHeader = true, bool? disableInvite = false, bool? disableCallOut = false, bool? disableRecord = false, bool? disableJoinAudio = false, bool? audioPanelAlwaysOpen = false, String? backupUrl = ''})
Properties
- audioPanelAlwaysOpen ↔ bool?
-
-- Allow Pannel Always Open for web
getter/setter pair
- backupUrl ↔ String?
-
--Backup URL for web
getter/setter pair
- clientId ↔ String?
-
getter/setter pair
- clientSecert ↔ String?
-
getter/setter pair
- disableCallOut ↔ bool?
-
--Disable CallOut Option for web
getter/setter pair
- disableInvite ↔ bool?
-
--Disable Invite Option for web
getter/setter pair
- disableJoinAudio ↔ bool?
-
--Disable Join Audio for web
getter/setter pair
- disableRecord ↔ bool?
-
--Disable Record Option for web
getter/setter pair
- domain ↔ String?
-
Domain For Zoom Web
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- jwtSignature ↔ String?
-
--JWT token for web / iOS / Android
getter/setter pair
- language ↔ String?
-
--Language for web
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showMeetingHeader ↔ bool?
-
--Meeting Header for web
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