ZoomMeetingWrapperMethodChannel class

An implementation of ZoomMeetingWrapperPlatform that uses method channels. This class provides the method channel implementation for communicating with the native platform (iOS/Android) to handle Zoom SDK operations.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform. This establishes a communication channel with the native code using the channel name 'flutter_zoom_meeting_wrapper'.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initZoom(String jwt) Future<bool>
Initializes the Zoom SDK with the provided JWT token.
override
joinMeeting({required String meetingId, required String meetingPassword, required String displayName}) Future<bool>
Joins a Zoom meeting with the specified credentials.
override
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