Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingRemoteSupportRequestHandler Class Reference

#include <ZoomSDKMeetingRemoteSupportController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- setRemoteSupportApplicationView:
 Set the specified application.
 
(ZoomSDKError- grant
 Allows the user to remote support .
 
(ZoomSDKError- deny
 Denies the user to remote support .
 

Properties

unsigned int requesterId
 
NSString * requesterName
 
ZoomSDKRemoteSupportType remoteSupportType
 

Detailed Description

Definition at line 6 of file ZoomSDKMeetingRemoteSupportController.h.

Method Documentation

◆ deny

- (ZoomSDKError) deny

Denies the user to remote support .

Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ grant

- (ZoomSDKError) grant

Allows the user to remote support .

Returns
If the function succeeds, it will return ZoomSDKError_Success.

◆ setRemoteSupportApplicationView:

- (ZoomSDKError) setRemoteSupportApplicationView: (CGWindowID) windowID

Set the specified application.

Parameters
windowIDSpecify the APP that user wants to be remote support. Available only for ZoomSDKRemoteSupportType_Application.
Returns
If the function succeeds, it will return ZoomSDKError_Success.

Property Documentation

◆ remoteSupportType

- (ZoomSDKRemoteSupportType) remoteSupportType
readnonatomicassign

The remote support type.

Definition at line 21 of file ZoomSDKMeetingRemoteSupportController.h.

◆ requesterId

- (unsigned int) requesterId
readnonatomicassign

The user ID of the user who requested privilege.

Definition at line 11 of file ZoomSDKMeetingRemoteSupportController.h.

◆ requesterName

- (NSString*) requesterName
readnonatomiccopy

The user name of the user who requested privileges.

Definition at line 16 of file ZoomSDKMeetingRemoteSupportController.h.