Meeting SDK for Windows 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, unsigned int shareSourceID)=0
 Callback event of notification of the remote control status.
 
virtual void onUserRemoteControlForbidden (unsigned int userID)=0
 Callback event when the request of remote control is forbidden for guest user.
 

Detailed Description

Meeting remote control callback event.

Definition at line 43 of file meeting_remote_ctrl_interface.h.

Member Function Documentation

◆ onRemoteControlStatus()

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

Callback event of notification of the remote control status.

Parameters
statusThe value of remote control status.
userIDThe remote control user ID.
shareSourceIDThe sharing source ID.

◆ onUserRemoteControlForbidden()

virtual void IMeetingRemoteCtrlEvent::onUserRemoteControlForbidden ( unsigned int userID)
pure virtual

Callback event when the request of remote control is forbidden for guest user.

Parameters
userIDThe remote control user ID.