ZOOM Windows SDK  5.2.42037.1112
Classes | Enumerations
meeting_remote_ctrl_interface.h File Reference

Meeting Service Remote Control 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.

Classes

class  IMeetingRemoteCtrlEvent
 Meeting remote control callback event. More...
 
class  IMeetingRemoteController
 Meeting remote control interface. More...
 

Enumerations

enum  RemoteControlStatus {
  Remote_Control_None, Remote_Control_I_Can_Request_Control_Who, Remote_Control_I_Can_Control_Who_Begin, Remote_Control_I_Can_Control_Who_End,
  Remote_Control_I_Control_Who_Begin, Remote_Control_I_Control_Who_End, Remote_Control_Who_Control_Me, Remote_Control_I_Recv_Decline_Msg,
  Remote_Control_I_Recv_Request_Msg
}
 Information category for authority and status changes during the remote Control. Here are more detailed structural descriptions. More...
 

Detailed Description

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

Enumeration Type Documentation

◆ RemoteControlStatus

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

Enumerator
Remote_Control_None 

For initialization.

Remote_Control_I_Can_Request_Control_Who 

Remote control information. I can enable the remote control.

Remote_Control_I_Can_Control_Who_Begin 

The authority of remote control. I get control when remote control begins.

Remote_Control_I_Can_Control_Who_End 

The authority of remote control. I lose control when remote control ends.

Remote_Control_I_Control_Who_Begin 

The status of remote control. I am in the status of remote control.

Remote_Control_I_Control_Who_End 

The status of remote control. I am out of the remote control.

Remote_Control_Who_Control_Me 

The status of remote control. I am controlled by whom.

Remote_Control_I_Recv_Decline_Msg 

Remote control information. I have received a refused information of remote control.

Remote_Control_I_Recv_Request_Msg 

Remote control information. I have received an information of request for remote control.