ZoomViewWeb class

Web Function For Zoom Sdk for Flutter Web Implementation

Inheritance

Constructors

ZoomViewWeb()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamController StreamController?
getter/setter pair

Methods

generateSignature(String apiKey, String apiSecret, String meetingNumber, int role) String
Generate Signatue for zoom signate required to perform join and start functions
initZoom(ZoomOptions options) Future<List>
Initialize Zoom SDK For Web
override
joinMeeting(ZoomMeetingOptions options) Future<bool>
Join Meeting Function for Zoom Web
override
meetinDetails() Future<List>
Flutter Zoom SDK Get Meeting ID & Passcode after Starting Meeting function
inherited
meetingStatus(String meetingId) Future<List>
Listen to Ongoing Meeting Function for Zoom Web
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMeetingStatus() Stream
Meeting Status Response Function for Zoom Web
override
startMeeting(ZoomMeetingOptions options) Future<List>
Start Meeting Function for Zoom Web
override
startMeetingNormal(ZoomMeetingOptions options) Future<List>
Flutter Zoom SDK Start Meeting with Custom Meeting ID function
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void