Zoom Rooms Controller SDK Reference 6.5.0
|
Backstage status. More...
#include <IMeetingWebinarHelper.h>
Data Fields | |
BackstageStatus | status = BackstageStatusUnknown |
Backstage status, see BackstageStatus enum,. | |
float | webinarVolume = 0 |
Webinar volume. | |
bool | isShowingWebinarLiveFeed = false |
TRUE indicates is showing webinar live feed. | |
bool | canSwitchBetweenBackstageContentAndLiveFeed = false |
TRUE indicates it is allowed to switch between backstage content and live feed. | |
bool | canPanelistMoveBetweenWebinarAndBackstage = false |
TRUE indicates panelists can move between webinar and backstage. | |
bool | showVideoPreview = false |
TRUE indicates to show video preview. | |
NewJoinFlowInfo | videoPreviewInfo |
Video preview info. | |
Backstage status.
Definition at line 105 of file IMeetingWebinarHelper.h.
bool BackstageInfo::canPanelistMoveBetweenWebinarAndBackstage = false |
TRUE indicates panelists can move between webinar and backstage.
Definition at line 111 of file IMeetingWebinarHelper.h.
bool BackstageInfo::canSwitchBetweenBackstageContentAndLiveFeed = false |
TRUE indicates it is allowed to switch between backstage content and live feed.
Definition at line 110 of file IMeetingWebinarHelper.h.
bool BackstageInfo::isShowingWebinarLiveFeed = false |
TRUE indicates is showing webinar live feed.
Definition at line 109 of file IMeetingWebinarHelper.h.
bool BackstageInfo::showVideoPreview = false |
TRUE indicates to show video preview.
Definition at line 112 of file IMeetingWebinarHelper.h.
BackstageStatus BackstageInfo::status = BackstageStatusUnknown |
Backstage status, see BackstageStatus enum,.
Definition at line 107 of file IMeetingWebinarHelper.h.
NewJoinFlowInfo BackstageInfo::videoPreviewInfo |
Video preview info.
Definition at line 113 of file IMeetingWebinarHelper.h.
float BackstageInfo::webinarVolume = 0 |
Webinar volume.
Definition at line 108 of file IMeetingWebinarHelper.h.