ZoomVideoSdkShareHelper class
Zoom Video SDK Share Control
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkShareHelper
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
-
disableViewerAnnotation(
bool disable) → Future< String?> -
isAnnotationFeatureSupport(
) → Future< bool> -
isOtherSharing(
) → Future< bool> -
Determine whether other user is sharing.
Return true indicates another user is sharing, otherwise false. -
isScreenSharingOut(
) → Future< bool> -
Determine whether the current user is sharing the screen.
Return true indicates the current user is sharing the screen, otherwise false. -
Determine whether the audio of the sharing device is enabled.
Return true indicates that the audio is enabled, otherwise false. -
Determine whether sharing the view or screen is locked.
Return true indicates that sharing is locked, otherwise false. -
isSharingOut(
) → Future< bool> -
Determine whether the current user is sharing.
Return true indicates the current user is sharing, otherwise false. -
isViewerAnnotationDisabled(
) → Future< bool> -
Lock sharing the view or screen. Only the host can call this method.
lock
true: if you want to lock share, false: to disable the lock
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
- Share a selected screen through Intent.
- Share a selected view.
-
Stop view or screen share.
ReturnZoomVideoSDKError_Success
if the function succeeds. Otherwise, this function returns an error. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited