attendee interface
More...
#include <meeting_breakout_rooms_interface_v2.h>
attendee interface
Definition at line 337 of file meeting_breakout_rooms_interface_v2.h.
◆ GetBoName()
virtual const wchar_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
-