Windows SDK API Reference
Loading...
Searching...
No Matches
IMeetingRemoteCtrlEvent Class Referenceabstract

Meeting remote control callback event. More...

#include <meeting_remote_ctrl_interface.h>

Public Member Functions

virtual void onRemoteControlStatus (RemoteControlStatus status, unsigned int userId)=0
 Callback event of notification of the remote control status. More...
 

Detailed Description

Meeting remote control callback event.

Definition at line 30 of file meeting_remote_ctrl_interface.h.

Member Function Documentation

◆ onRemoteControlStatus()

virtual void IMeetingRemoteCtrlEvent::onRemoteControlStatus ( RemoteControlStatus  status,
unsigned int  userId 
)
pure virtual

Callback event of notification of the remote control status.

Parameters
statusThe value of remote control status. For more details, see RemoteControlStatus enum.
userIdThe remote control user ID. For more details, see RemoteControlStatus enum.