Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IBOAttendeeEvent Class Referenceabstract

attendee callback handler. More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual ~IBOAttendeeEvent ()
 
virtual void onHelpRequestHandleResultReceived (ATTENDEE_REQUEST_FOR_HELP_RESULT eResult)=0
 To notify the status of request help.
 
virtual void onHostJoinedThisBOMeeting ()=0
 To notify if host has joined the BO.
 
virtual void onHostLeaveThisBOMeeting ()=0
 To notify if host has leaved the BO.
 

Detailed Description

attendee callback handler.

Definition at line 421 of file meeting_breakout_rooms_interface_v2.h.

Constructor & Destructor Documentation

◆ ~IBOAttendeeEvent()

virtual IBOAttendeeEvent::~IBOAttendeeEvent ( )
inlinevirtual

Definition at line 425 of file meeting_breakout_rooms_interface_v2.h.

425{}

Member Function Documentation

◆ onHelpRequestHandleResultReceived()

virtual void IBOAttendeeEvent::onHelpRequestHandleResultReceived ( ATTENDEE_REQUEST_FOR_HELP_RESULT eResult)
pure virtual

To notify the status of request help.

Parameters
eResult,Formore details, see ATTENDEE_REQUEST_FOR_HELP_RESULT.

◆ onHostJoinedThisBOMeeting()

virtual void IBOAttendeeEvent::onHostJoinedThisBOMeeting ( )
pure virtual

To notify if host has joined the BO.

◆ onHostLeaveThisBOMeeting()

virtual void IBOAttendeeEvent::onHostLeaveThisBOMeeting ( )
pure virtual

To notify if host has leaved the BO.