Zoom Rooms Controller SDK Reference 6.5.0
|
ZRW Sharing status. More...
#include <IMeetingShareHelper.h>
Data Fields | |
bool | isSharing = false |
TRUE indicates ZRW is sharing. | |
bool | canShareToBO = false |
TRUE indicates can share ZRW to breakout room. | |
bool | isSharingToBO = false |
TRUE indicates ZRW is sharing to breakout room. | |
ZRW Sharing status.
Definition at line 151 of file IMeetingShareHelper.h.
bool ZRWSharingStatus::canShareToBO = false |
TRUE indicates can share ZRW to breakout room.
Definition at line 154 of file IMeetingShareHelper.h.
bool ZRWSharingStatus::isSharing = false |
TRUE indicates ZRW is sharing.
Definition at line 153 of file IMeetingShareHelper.h.
bool ZRWSharingStatus::isSharingToBO = false |
TRUE indicates ZRW is sharing to breakout room.
Definition at line 155 of file IMeetingShareHelper.h.