attendee interface
More...
#include <meeting_breakout_rooms_interface_v2.h>
|
| 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_t * | GetBoName ()=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.
|
| |
attendee interface
Definition at line 576 of file meeting_breakout_rooms_interface_v2.h.
◆ 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()
Set attendee callback handler.
- Parameters
-