Share controller in meeting.
More...
Share controller in meeting.
Definition at line 13 of file InMeetingShareController.java.
◆ addListener()
Registers a listener for meeting shared callback events.
- Parameters
-
| listener | The listener instance. |
◆ canStartShare()
Determines whether the current meeting can start sharing.
- Returns
- If the function succeeds, it returns the reason that no one can start sharing. Otherwise, this function fails and returns null.
◆ getMeetingShareStatisticInfo()
Gets meeting share statistics information.
- Returns
- If the function succeeds, it returns a MobileRTCASVStatisticInfo instance containing share stats. Otherwise, this function fails and returns null if no sharing is active or if data is unavailable.
◆ getShareBitmap()
| Bitmap us.zoom.sdk.InMeetingShareController.getShareBitmap |
( |
| ) |
|
Gets the share bitmap in Zoom UI.
- Returns
- If the function succeeds, it returns the share bitmap. Otherwise, this function fails and returns null.
◆ getSharingSourceInfoList()
Gets the list of sharing source info.
- Parameters
-
| userID | The user's ID who is sharing. |
- Returns
- If the function succeeds, it returns the list. Otherwise, this function fails and returns null.
◆ getViewableSharingUserList()
| List< Long > us.zoom.sdk.InMeetingShareController.getViewableSharingUserList |
( |
| ) |
|
Gets the IDs of users who are sharing.
- Returns
- If the function succeeds, it returns a list of user IDs of all users who are sharing. Otherwise, this function fails and returns null.
◆ getWhiteboardLegalNoticesExplained()
| String us.zoom.sdk.InMeetingShareController.getWhiteboardLegalNoticesExplained |
( |
| ) |
|
Gets the explained text for whiteboard legal notice.
- Returns
- If the function succeeds, it returns the explained text for notice. Otherwise, this function fails and returns null.
◆ getWhiteboardLegalNoticesPrompt()
| String us.zoom.sdk.InMeetingShareController.getWhiteboardLegalNoticesPrompt |
( |
| ) |
|
Gets the whiteboard legal notice prompt.
- Returns
- If the function succeeds, it returns the notice prompt. Otherwise, this function fails and returns null.
◆ isOtherSharing()
| boolean us.zoom.sdk.InMeetingShareController.isOtherSharing |
( |
| ) |
|
Determines whether another user is sharing.
- Returns
- true if another user is sharing. Otherwise, false.
◆ isSenderSupportAnnotation()
| boolean us.zoom.sdk.InMeetingShareController.isSenderSupportAnnotation |
( |
long | shareSourceUserID | ) |
|
Determines whether annotation is enabled in the current sharing.
- Parameters
-
| shareSourceUserID | The user's ID who is sharing. |
- Returns
- true if annotation is enabled. Otherwise, false.
◆ isShareLocked()
| boolean us.zoom.sdk.InMeetingShareController.isShareLocked |
( |
| ) |
|
Determines whether screen share is locked by the host.
- Returns
- true if the screen share has been locked by the host. Otherwise, false.
◆ isSharingOut()
| boolean us.zoom.sdk.InMeetingShareController.isSharingOut |
( |
| ) |
|
Determines whether the current user is sharing successfully.
- Returns
- true if sharing successfully. Otherwise, false.
◆ isSharingScreen()
| boolean us.zoom.sdk.InMeetingShareController.isSharingScreen |
( |
| ) |
|
Determines whether the current user is sharing the screen.
- Returns
- true if sharing the screen. Otherwise, false.
◆ isWhiteboardLegalNoticeAvailable()
| boolean us.zoom.sdk.InMeetingShareController.isWhiteboardLegalNoticeAvailable |
( |
| ) |
|
Determines whether whiteboard legal notice is available.
- Returns
- true if whiteboard legal notice is available. Otherwise, false.
◆ lockShare()
Locks the current meeting share. The host or co-host can use this function.
- Parameters
-
| isLock | true to lock the meeting share, false otherwise. |
- Returns
- If the function succeeds, it returns MobileRTCSDKError.SDKERR_SUCCESS. Otherwise, this function returns an error.
- Note
- Once the meeting is locked by the host or co-host, other users cannot share except the host or co-host.
◆ removeListener()
Unregisters the listener.
- Parameters
-
| listener | The listener instance. |
◆ startShareScreen()
| MobileRTCSDKError us.zoom.sdk.InMeetingShareController.startShareScreen |
( |
Intent | data | ) |
|
◆ startShareViewContent()
◆ stopShareScreen()
◆ stopShareView()