Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_remote_support_interface.h File 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...
 

Detailed Description

Meeting Service Remote Support Interface Valid for both ZOOM style and user custom interface mode.

Definition in file meeting_remote_support_interface.h.

Enumeration Type Documentation

◆ RemoteSupportStatus

Information category for authority and status changes during remote support. Here are more detailed structural descriptions.

Enumerator
RemoteSupport_RequestDeny 

Request was denied by other.

RemoteSupport_RequestGrant 

Request was granted by other.

RemoteSupport_Stop_By_SupportedUser 

User stops remote support.

RemoteSupport_Stop_By_Supporter 

Supporter stops remote support.

Definition at line 26 of file meeting_remote_support_interface.h.

27{
32};
@ RemoteSupport_Stop_By_SupportedUser
User stops remote support.
@ RemoteSupport_Stop_By_Supporter
Supporter stops remote support.
@ RemoteSupport_RequestDeny
Request was denied by other.
@ RemoteSupport_RequestGrant
Request was granted by other.

◆ 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.

16{
20};
@ Remote_Support_Desktop
Remote support for desktop.
@ Remote_Support_None
For initialization.
@ Remote_Support_Application
Remote support for application.