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 errors of SDK.
Enumeration of sharing types.
void onShareSettingTypeChanged(ShareSettingType type)
Sink the event when host changed the share setting type All participant will receive this callback,...
void onShareUserReceivingStatus(long shareSourceId)
Sink the event of the status that user receives the sharing.
void onShareContentChanged(ZoomSDKSharingSourceInfo sharingSourceInfo)
Notification of shared content is changed.
void onSharingStatus(ZoomSDKSharingSourceInfo sharingSourceInfo)
Notification of the sharing status in the meeting.
void removeListener(InMeetingShareListener listener)
Unregister the listener.
CannotShareReasonType canStartShare()
Determine whether the current meeting can start sharing.
Bitmap getShareBitmap()
Get share bitmap in zoom ui.
MobileRTCSDKError stopShareScreen()
Stop sharing screen.
boolean isSenderSupportAnnotation(long shareSourceUserID)
Query if the annotation is enabled in current sharing.
boolean isSharingOut()
Query if the current user is sharing successfully.
List< ZoomSDKSharingSourceInfo > getSharingSourceInfoList(long userID)
Get the list of sharing source info.
boolean isSharingScreen()
Query if the current user is sharing screen.
boolean isShareLocked()
Query if screen share is locked by host.
MobileRTCSDKError lockShare(boolean isLock)
The host/co-host can use this function to lock current meeting share.
MobileRTCSDKError startShareViewContent(MobileRTCShareView shareView)
Sharing the content saved in MobileRTCShareView. Noticed: When Video effects, like InMeetingVirtualBa...
List< Long > getViewableSharingUserList()
Get the ID of users who are sharing.
boolean isOtherSharing()
Query if other user is sharing.
String getWhiteboardLegalNoticesPrompt()
Return whiteboard legal notice prompt.
void addListener(InMeetingShareListener listener)
Register a listener for meeting shared callback event.
MobileRTCSDKError stopShareView()
Stop sharing the content in MobileRTCShareView.
boolean isWhiteboardLegalNoticeAvailable()
Whether whiteboard legal notice is available.
MobileRTCSDKError startShareScreen(Intent data)
Start sharing screen.
String getWhiteboardLegalNoticesExplained()
Return explained text for whiteboard legal notice.