Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting participant breakout room status. More...
#include <ZRCSDKTypes.h>
Data Fields | |
std::string | sessionBID |
BO session BID. | |
BO_USER_STATUS | userStatus = BO_USER_STATUS_INVALID |
BO user status. | |
bool | supportForceJoinLeave = false |
BO support force join and leave. | |
bool | supportSelfChooseRoom = false |
BO support self choose room. | |
bool | supportCohostStartStopBO = false |
BO support cohost start or stop BO. | |
bool | supportTGMoveToMainSession = false |
BO support move to main session. | |
bool | isValidBOUser = false |
Indicates a valid user. | |
Meeting participant breakout room status.
Definition at line 1017 of file ZRCSDKTypes.h.
bool BreakoutRoomStatus::isValidBOUser = false |
Indicates a valid user.
Definition at line 1025 of file ZRCSDKTypes.h.
std::string BreakoutRoomStatus::sessionBID |
BO session BID.
Definition at line 1019 of file ZRCSDKTypes.h.
bool BreakoutRoomStatus::supportCohostStartStopBO = false |
BO support cohost start or stop BO.
Definition at line 1023 of file ZRCSDKTypes.h.
bool BreakoutRoomStatus::supportForceJoinLeave = false |
BO support force join and leave.
Definition at line 1021 of file ZRCSDKTypes.h.
bool BreakoutRoomStatus::supportSelfChooseRoom = false |
BO support self choose room.
Definition at line 1022 of file ZRCSDKTypes.h.
bool BreakoutRoomStatus::supportTGMoveToMainSession = false |
BO support move to main session.
Definition at line 1024 of file ZRCSDKTypes.h.
BO_USER_STATUS BreakoutRoomStatus::userStatus = BO_USER_STATUS_INVALID |
BO user status.
Definition at line 1020 of file ZRCSDKTypes.h.