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

attendee interface More...

#include <meeting_breakout_rooms_interface_v2.h>

Public Member Functions

virtual bool JoinBo ()=0
 Join BO for attendee which is assigned to a BO.
 
virtual bool LeaveBo ()=0
 Leave BO for attendee which is in a BO.
 
virtual const zchar_tGetBoName ()=0
 Get name of the BO that attendee is assigned to.
 
virtual void SetEvent (IBOAttendeeEvent *pEvent)=0
 Set attendee callback handler.
 
virtual bool RequestForHelp ()=0
 Request help for attendee.
 
virtual bool IsHostInThisBO ()=0
 Determine if host is in the BO which attendee is assigned to.
 
virtual bool IsCanReturnMainSession ()=0
 Determine if participant can return to main session.
 

Detailed Description

attendee interface

Definition at line 439 of file meeting_breakout_rooms_interface_v2.h.

Member Function Documentation

◆ GetBoName()

virtual const zchar_t * IBOAttendee::GetBoName ( )
pure virtual

Get name of the BO that attendee is assigned to.

◆ IsCanReturnMainSession()

virtual bool IBOAttendee::IsCanReturnMainSession ( )
pure virtual

Determine if participant can return to main session.

Returns
true if can, otherwise false.

◆ IsHostInThisBO()

virtual bool IBOAttendee::IsHostInThisBO ( )
pure virtual

Determine if host is in the BO which attendee is assigned to.

Returns
true if host is in, otherwise false.

◆ JoinBo()

virtual bool IBOAttendee::JoinBo ( )
pure virtual

Join BO for attendee which is assigned to a BO.

Returns
true indicates success, otherwise fail.

◆ LeaveBo()

virtual bool IBOAttendee::LeaveBo ( )
pure virtual

Leave BO for attendee which is in a BO.

Returns
true indicates success, otherwise fail.

◆ RequestForHelp()

virtual bool IBOAttendee::RequestForHelp ( )
pure virtual

Request help for attendee.

Returns
true indicates success, otherwise fail.

◆ SetEvent()

virtual void IBOAttendee::SetEvent ( IBOAttendeeEvent * pEvent)
pure virtual

Set attendee callback handler.

Parameters
pEvent,Apointer to the IBOAttendeeEvent. For more details, see IBOAttendeeEvent.