ZoomVideoSdkWhiteboardHelper class

Helper class for whiteboard

Inheritance

Constructors

ZoomVideoSdkWhiteboardHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canStartShareWhiteboard() Future<bool>
Determine whether the user can start sharing the whiteboard.
Return true means the user can start sharing the whiteboard.
canStopShareWhiteboard() Future<bool>
Determine whether the user can stop sharing the whiteboard.
Return true means the user can stop sharing the whiteboard.
exportWhiteboard(String exportType) Future<String>
Export the whiteboard content.
exportType the export type for the whiteboard.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
isOtherSharingWhiteboard() Future<bool>
Determine whether another user is sharing the whiteboard.
Return true means another user is sharing the whiteboard.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startShareWhiteboard() Future<String>
Start sharing the whiteboard.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
stopShareWhiteboard() Future<String>
Stop sharing the whiteboard.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
subscribeWhiteboard(num x, num y, num width, num height) Future<String>
Subscribe to the whiteboard.
x the x coordinate of the whiteboard.
y the y coordinate of the whiteboard.
width the width of the whiteboard.
height the height of the whiteboard.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
toString() String
A string representation of this object.
inherited
unSubscribeWhiteboard() Future<String>
Unsubscribe from the whiteboard.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.

Operators

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