Meeting SDK for macOS API 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 |
Definition at line 6 of file ZoomSDKMeetingRemoteSupportController.h.
- (ZoomSDKError) deny |
Denies the user to remote support .
- (ZoomSDKError) grant |
Allows the user to remote support .
- (ZoomSDKError) setRemoteSupportApplicationView: | (CGWindowID) | windowID |
Set the specified application.
windowID | Specify the APP that user wants to be remote support. Available only for ZoomSDKRemoteSupportType_Application. |
|
readnonatomicassign |
The remote support type.
Definition at line 21 of file ZoomSDKMeetingRemoteSupportController.h.
|
readnonatomicassign |
The user ID of the user who requested privilege.
Definition at line 11 of file ZoomSDKMeetingRemoteSupportController.h.
|
readnonatomiccopy |
The user name of the user who requested privileges.
Definition at line 16 of file ZoomSDKMeetingRemoteSupportController.h.