Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingShareController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.content.Intent;
4import android.graphics.Bitmap;
5
6import java.util.List;
7
8import us.zoom.core.interfaces.IListener;
9
ZOOM sharing view container.
Enumeration of reasons why sharing is not allowed.
Enumeration of common SDK errors.
Enumeration of sharing types.
void onShareSettingTypeChanged(ShareSettingType type)
Callback event when the host changes the share setting type. All participants will receive this callb...
void onShareUserReceivingStatus(long shareSourceId)
Callback event when the status that the user receives the sharing changes.
void onShareContentChanged(ZoomSDKSharingSourceInfo sharingSourceInfo)
Callback event when the shared content changes.
void onSharingStatus(ZoomSDKSharingSourceInfo sharingSourceInfo)
Callback event when the sharing status in the meeting changes.
void removeListener(InMeetingShareListener listener)
Unregisters the listener.
CannotShareReasonType canStartShare()
Determines whether the current meeting can start sharing.
Bitmap getShareBitmap()
Gets the share bitmap in Zoom UI.
MobileRTCSDKError stopShareScreen()
Stops sharing the screen.
boolean isSenderSupportAnnotation(long shareSourceUserID)
Determines whether annotation is enabled in the current sharing.
boolean isSharingOut()
Determines whether the current user is sharing successfully.
List< ZoomSDKSharingSourceInfo > getSharingSourceInfoList(long userID)
Gets the list of sharing source info.
boolean isSharingScreen()
Determines whether the current user is sharing the screen.
boolean isShareLocked()
Determines whether screen share is locked by the host.
MobileRTCSDKError lockShare(boolean isLock)
Locks the current meeting share. The host or co-host can use this function.
MobileRTCSDKError startShareViewContent(MobileRTCShareView shareView)
Shares the content saved in MobileRTCShareView.
List< Long > getViewableSharingUserList()
Gets the IDs of users who are sharing.
boolean isOtherSharing()
Determines whether another user is sharing.
String getWhiteboardLegalNoticesPrompt()
Gets the whiteboard legal notice prompt.
MobileRTCASVStatisticInfo getMeetingShareStatisticInfo()
Gets meeting share statistics information.
void addListener(InMeetingShareListener listener)
Registers a listener for meeting shared callback events.
MobileRTCSDKError stopShareView()
Stops sharing the content in MobileRTCShareView.
boolean isWhiteboardLegalNoticeAvailable()
Determines whether whiteboard legal notice is available.
MobileRTCSDKError startShareScreen(Intent data)
Starts sharing the screen.
String getWhiteboardLegalNoticesExplained()
Gets the explained text for whiteboard legal notice.
Session video or share statistic information.