Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
BackstageInfo Struct Reference

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.
 

Detailed Description

Backstage status.

Definition at line 105 of file IMeetingWebinarHelper.h.

Field Documentation

◆ canPanelistMoveBetweenWebinarAndBackstage

bool BackstageInfo::canPanelistMoveBetweenWebinarAndBackstage = false

TRUE indicates panelists can move between webinar and backstage.

Definition at line 111 of file IMeetingWebinarHelper.h.

◆ canSwitchBetweenBackstageContentAndLiveFeed

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.

◆ isShowingWebinarLiveFeed

bool BackstageInfo::isShowingWebinarLiveFeed = false

TRUE indicates is showing webinar live feed.

Definition at line 109 of file IMeetingWebinarHelper.h.

◆ showVideoPreview

bool BackstageInfo::showVideoPreview = false

TRUE indicates to show video preview.

Definition at line 112 of file IMeetingWebinarHelper.h.

◆ status

BackstageStatus BackstageInfo::status = BackstageStatusUnknown

Backstage status, see BackstageStatus enum,.

Definition at line 107 of file IMeetingWebinarHelper.h.

◆ videoPreviewInfo

NewJoinFlowInfo BackstageInfo::videoPreviewInfo

Video preview info.

Definition at line 113 of file IMeetingWebinarHelper.h.

◆ webinarVolume

float BackstageInfo::webinarVolume = 0

Webinar volume.

Definition at line 108 of file IMeetingWebinarHelper.h.