#include <ZoomSDKMeetingRemoteSupportController.h>
Inherits NSObject.
◆ canRequestRemoteSupport
- (BOOL) canRequestRemoteSupport |
|
|
|
Whether if the current user can request remote support.
- Returns
- YES means can request remote support, otherwise not.
◆ canSelectRemoteSupportScreen
Whether if the current user is able to select remote support screen.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ getRemoteSupportUserList
- (NSArray *) getRemoteSupportUserList |
|
|
|
Get the list of users'IDs that can be supported remotely.
- Returns
- If the function succeeds, the return value is a pointer to the array object.
◆ isSupportRemoteSupport
- (BOOL) isSupportRemoteSupport |
|
|
|
Query Whether the meeting supports remote support.
- Returns
- YES means supported, NO means not supported.
◆ requestRemoteSupport:remoteSupportType:
Send the request of remote support to the specified user.
- Parameters
-
userId | Specify the user ID that you want to send the request. |
type | Specify category for remote support. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ selectRemoteSupportScreen:
- (ZoomSDKError) selectRemoteSupportScreen: |
|
(int) | screenIndex |
|
Select the monitor of remote support to the specified user.
- Parameters
-
screenIndex | Specify the monitor index that you want to control. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ stopRemoteSupport
Stop the remote support to the specified user.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ delegate