|
Zoom Rooms Controller SDK Reference 6.7.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 1030 of file ZRCSDKTypes.h.
| bool BreakoutRoomStatus::isValidBOUser = false |
Indicates a valid user.
Definition at line 1038 of file ZRCSDKTypes.h.
| std::string BreakoutRoomStatus::sessionBID |
BO session BID.
Definition at line 1032 of file ZRCSDKTypes.h.
| bool BreakoutRoomStatus::supportCohostStartStopBO = false |
BO support cohost start or stop BO.
Definition at line 1036 of file ZRCSDKTypes.h.
| bool BreakoutRoomStatus::supportForceJoinLeave = false |
BO support force join and leave.
Definition at line 1034 of file ZRCSDKTypes.h.
| bool BreakoutRoomStatus::supportSelfChooseRoom = false |
BO support self choose room.
Definition at line 1035 of file ZRCSDKTypes.h.
| bool BreakoutRoomStatus::supportTGMoveToMainSession = false |
BO support move to main session.
Definition at line 1037 of file ZRCSDKTypes.h.
| BO_USER_STATUS BreakoutRoomStatus::userStatus = BO_USER_STATUS_INVALID |
BO user status.
Definition at line 1033 of file ZRCSDKTypes.h.