Zoom Rooms Controller SDK Reference 6.5.0
|
Sharing status. More...
#include <IMeetingShareHelper.h>
Data Fields | |
SharingState | sharingState = SharingStateNone |
Current sharing state. | |
bool | canShareToBO = false |
TRUE indicates can share to breakout room. | |
bool | isSharingToBO = false |
TRUE indicates ZR is sharing to breakout room. | |
Sharing status.
Definition at line 142 of file IMeetingShareHelper.h.
bool SharingStatus::canShareToBO = false |
TRUE indicates can share to breakout room.
Definition at line 145 of file IMeetingShareHelper.h.
bool SharingStatus::isSharingToBO = false |
TRUE indicates ZR is sharing to breakout room.
Definition at line 146 of file IMeetingShareHelper.h.
SharingState SharingStatus::sharingState = SharingStateNone |
Current sharing state.
Definition at line 144 of file IMeetingShareHelper.h.