|
Meeting SDK for macOS API Reference
|
Zoom SDK meeting remote support controller. More...
#include <ZoomSDKMeetingRemoteSupportController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportRemoteSupport |
| Query Whether the meeting supports remote support. | |
| (BOOL) | - canRequestRemoteSupport |
| Whether if the current user can request remote support. | |
| (NSArray *) | - getRemoteSupportUserList |
| Get the list of users'IDs that can be supported remotely. | |
| (ZoomSDKError) | - requestRemoteSupport:remoteSupportType: |
| Send the request of remote support to the specified user. | |
| (ZoomSDKError) | - stopRemoteSupport |
| Stop the remote support to the specified user. | |
| (ZoomSDKError) | - canSelectRemoteSupportScreen |
| Whether if the current user is able to select remote support screen. | |
| (ZoomSDKError) | - selectRemoteSupportScreen: |
| Select the monitor of remote support to the specified user. | |
Properties | |
| id< ZoomSDKMeetingRemoteSupportControllerDelegate > | delegate |
| The delegate object to receive remote support events. | |
Zoom SDK meeting remote support controller.
This class provides APIs to request, grant, and manage remote support sessions during meetings.
Definition at line 100 of file ZoomSDKMeetingRemoteSupportController.h.
| - (BOOL) canRequestRemoteSupport |
Whether if the current user can request remote support.
| - (ZoomSDKError) canSelectRemoteSupportScreen |
Whether if the current user is able to select remote support screen.
| - (NSArray *) getRemoteSupportUserList |
Get the list of users'IDs that can be supported remotely.
| - (BOOL) isSupportRemoteSupport |
Query Whether the meeting supports remote support.
| - (ZoomSDKError) requestRemoteSupport: | (unsigned int) | userId | |
| remoteSupportType: | (ZoomSDKRemoteSupportType) | type |
Send the request of remote support to the specified user.
| userId | Specify the user ID that you want to send the request. |
| type | Specify category for remote support. |
| - (ZoomSDKError) selectRemoteSupportScreen: | (int) | screenIndex |
Select the monitor of remote support to the specified user.
| screenIndex | Specify the monitor index that you want to control. |
| - (ZoomSDKError) stopRemoteSupport |
Stop the remote support to the specified user.
|
readwritenonatomicassign |
The delegate object to receive remote support events.
Definition at line 105 of file ZoomSDKMeetingRemoteSupportController.h.