Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKMeetingRemoteSupportControllerDelegate> Protocol Reference

#include <ZoomSDKMeetingRemoteSupportController.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onRemoteSupportStatus:userId:
 Callback event of notification of the remote support status.
 
(void) - onRemoteSupportRequestExpired:
 These ZoomSDKMeetingRemoteSupportRequestHandler have expired.
 
(void) - onRemoteSupportRequestReceived:
 Callback event when a host requests to support you remotely.
 
(void) - onRemoteSupportScreenListUpdated:monitorList:
 Callback event for update the user's screen list when the request be granted.
 
(void) - onUserRemoteSupportForbidden:
 Callback event when remote support requests are forbidden for guest users.
 

Detailed Description

Definition at line 43 of file ZoomSDKMeetingRemoteSupportController.h.

Method Documentation

◆ onRemoteSupportRequestExpired:

- (void) onRemoteSupportRequestExpired: (NSArray< ZoomSDKMeetingRemoteSupportRequestHandler * > *) requestHandleList

These ZoomSDKMeetingRemoteSupportRequestHandler have expired.

Parameters
requestHandleListThe list of request handle.

◆ onRemoteSupportRequestReceived:

- (void) onRemoteSupportRequestReceived: (ZoomSDKMeetingRemoteSupportRequestHandler *) handler

Callback event when a host requests to support you remotely.

Parameters
handlerA pointer to the IRemoteSupportRequestHandler.

◆ onRemoteSupportScreenListUpdated:monitorList:

- (void) onRemoteSupportScreenListUpdated: (unsigned int) userId
monitorList: (NSArray< NSNumber * > *) list 

Callback event for update the user's screen list when the request be granted.

Parameters
userIdThe remote support user ID.
listThe monitor index to be supported.

◆ onRemoteSupportStatus:userId:

- (void) onRemoteSupportStatus: (ZoomSDKRemoteSupportStatus) status
userId: (unsigned int) userId 

Callback event of notification of the remote support status.

Parameters
statusThe value of remote support status.
userIdThe remote support user ID.

◆ onUserRemoteSupportForbidden:

- (void) onUserRemoteSupportForbidden: (unsigned int) userId

Callback event when remote support requests are forbidden for guest users.

Parameters
userIdThe remote support user ID.