Meeting SDK for Windows API Reference
|
Meeting Service Remote Support Interface Valid for both ZOOM style and user custom interface mode. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
class | IRemoteSupportRequestHandler |
Process after the user receives the requirement from the host to give the remote support privilege. More... | |
class | IMeetingRemoteSupportEvent |
Meeting remote support callback event. More... | |
class | IMeetingRemoteSupportController |
Meeting remote support interface. More... | |
Enumerations | |
enum | RemoteSupportType { Remote_Support_None , Remote_Support_Desktop , Remote_Support_Application } |
Information category for remote support. Here are more detailed structural descriptions. More... | |
enum | RemoteSupportStatus { RemoteSupport_RequestDeny , RemoteSupport_RequestGrant , RemoteSupport_Stop_By_SupportedUser , RemoteSupport_Stop_By_Supporter } |
Information category for authority and status changes during remote support. Here are more detailed structural descriptions. More... | |
Meeting Service Remote Support Interface Valid for both ZOOM style and user custom interface mode.
Definition in file meeting_remote_support_interface.h.
enum RemoteSupportStatus |
Information category for authority and status changes during remote support. Here are more detailed structural descriptions.
Definition at line 26 of file meeting_remote_support_interface.h.
enum RemoteSupportType |
Information category for remote support. Here are more detailed structural descriptions.
Enumerator | |
---|---|
Remote_Support_None | For initialization. |
Remote_Support_Desktop | Remote support for desktop. |
Remote_Support_Application | Remote support for application. |
Definition at line 15 of file meeting_remote_support_interface.h.