#include <ZoomSDKMeetingRemoteSupportController.h>
Inherits <NSObjectNSObject>.
◆ onRemoteSupportRequestExpired:
◆ onRemoteSupportRequestReceived:
Callback event when a host requests to support you remotely.
- Parameters
-
handler | A 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
-
userId | The remote support user ID. |
list | The monitor index to be supported. |
◆ onRemoteSupportStatus:userId:
Callback event of notification of the remote support status.
- Parameters
-
status | The value of remote support status. |
userId | The remote support user ID. |
◆ onUserRemoteSupportForbidden:
- (void) onUserRemoteSupportForbidden: |
|
(unsigned int) | userId |
|
Callback event when remote support requests are forbidden for guest users.
- Parameters
-
userId | The remote support user ID. |