ZoomVideoSdkWhiteboardHelper class
Helper class for whiteboard
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkWhiteboardHelper
Constructors
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
-
Determine whether the user can start sharing the whiteboard.
Return true means the user can start sharing the whiteboard. -
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.
exportTypethe export type for the whiteboard.
ReturnZoomVideoSDKError_Successif 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
-
Start sharing the whiteboard.
ReturnZoomVideoSDKError_Successif the function succeeds. Otherwise, this function returns an error. -
Stop sharing the whiteboard.
ReturnZoomVideoSDKError_Successif the function succeeds. Otherwise, this function returns an error. -
subscribeWhiteboard(
num x, num y, num width, num height) → Future< String> -
Subscribe to the whiteboard.
xthe x coordinate of the whiteboard.ythe y coordinate of the whiteboard.widththe width of the whiteboard.heightthe height of the whiteboard.
ReturnZoomVideoSDKError_Successif 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.
ReturnZoomVideoSDKError_Successif the function succeeds. Otherwise, this function returns an error.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited