Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareAction.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumerates the status of sharing.
Enumeration of the types of content that can be shared in a session.
Enumerates the reasons for a failed video subscription attempt.
Interface for user to subscribe/unSubscribe video raw data. ZoomVideoSDKUser#getVideoPipe().
ZoomVideoSDKVideoSubscribeFailReason getSubscribeFailReason()
Gets the subscribe fail reason.
ZoomVideoSDKVideoCanvas getShareCanvas()
Gets the share canvas.
ZoomVideoSDKShareType getShareType()
Gets the share type.
ZoomVideoSDKShareStatus getShareStatus()
Gets the share status.
int getShareSourceId()
Gets the share source ID.
ZoomVideoSDKViewSize getShareSourceContentSize()
Gets the share source content size.
ZoomVideoSDKRawDataPipe getSharePipe()
Gets the share pipe.
boolean isAnnotationPrivilegeEnabled()
Determines whether annotation privilege is enabled.
Interface for subscribing or unsubscribing to a specific user's video or share canvas....