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

Polling basic info. More...

#include <IMeetingPollingHelper.h>

Data Fields

PollingRoleType roleType = PollingRoleTypeUnknown
 My role type in this polling, see PollingRoleType enum.
 
bool isPollingButtonVisible = false
 PollingRoleTypeHost check this show polling button.
 
bool isPollSessionInactive = false
 TRUE indicates polling session inactive.
 
bool isInChargeDevice = false
 TRUE indicates current is the incharge device of polling.
 
PollingInfo detailPolling
 Current detail polling info.
 
std::vector< PollingInfopollings
 Pollings' basic info.
 
bool isShowOnZrOption = false
 TRUE indicates polling is showing on ZR.
 
bool isInRandomOrder = false
 TRUE indicates show polling questions in random order.
 
bool isShowCorrectAnswerToAll = false
 TRUE indicates show polling correct answer to all.
 
bool isAllowPanelistVote = false
 TRUE indicates allow panelist to vote.
 
bool isShowQuestionOneByOne = false
 TRUE indicates show polling questions one by one.
 
bool isShowPollOverlay = false
 TRUE indicates show polling overlay.
 

Detailed Description

Polling basic info.

Definition at line 193 of file IMeetingPollingHelper.h.

Field Documentation

◆ detailPolling

PollingInfo PollingBasicInfo::detailPolling

Current detail polling info.

Definition at line 199 of file IMeetingPollingHelper.h.

◆ isAllowPanelistVote

bool PollingBasicInfo::isAllowPanelistVote = false

TRUE indicates allow panelist to vote.

Definition at line 204 of file IMeetingPollingHelper.h.

◆ isInChargeDevice

bool PollingBasicInfo::isInChargeDevice = false

TRUE indicates current is the incharge device of polling.

Definition at line 198 of file IMeetingPollingHelper.h.

◆ isInRandomOrder

bool PollingBasicInfo::isInRandomOrder = false

TRUE indicates show polling questions in random order.

Definition at line 202 of file IMeetingPollingHelper.h.

◆ isPollingButtonVisible

bool PollingBasicInfo::isPollingButtonVisible = false

PollingRoleTypeHost check this show polling button.

Definition at line 196 of file IMeetingPollingHelper.h.

◆ isPollSessionInactive

bool PollingBasicInfo::isPollSessionInactive = false

TRUE indicates polling session inactive.

Definition at line 197 of file IMeetingPollingHelper.h.

◆ isShowCorrectAnswerToAll

bool PollingBasicInfo::isShowCorrectAnswerToAll = false

TRUE indicates show polling correct answer to all.

Definition at line 203 of file IMeetingPollingHelper.h.

◆ isShowOnZrOption

bool PollingBasicInfo::isShowOnZrOption = false

TRUE indicates polling is showing on ZR.

Definition at line 201 of file IMeetingPollingHelper.h.

◆ isShowPollOverlay

bool PollingBasicInfo::isShowPollOverlay = false

TRUE indicates show polling overlay.

Definition at line 206 of file IMeetingPollingHelper.h.

◆ isShowQuestionOneByOne

bool PollingBasicInfo::isShowQuestionOneByOne = false

TRUE indicates show polling questions one by one.

Definition at line 205 of file IMeetingPollingHelper.h.

◆ pollings

std::vector<PollingInfo> PollingBasicInfo::pollings

Pollings' basic info.

Definition at line 200 of file IMeetingPollingHelper.h.

◆ roleType

PollingRoleType PollingBasicInfo::roleType = PollingRoleTypeUnknown

My role type in this polling, see PollingRoleType enum.

Definition at line 195 of file IMeetingPollingHelper.h.