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

Polling answer. More...

#include <IMeetingPollingHelper.h>

Data Fields

std::string answerID
 Answer ID. [Required] if you are SyncAnswer with ZR.
 
std::string answerContent
 Answer content.
 
std::string textAnswer
 User input text answer. [Required] if you are SyncAnswer with ZR.
 
bool isSelected = false
 TRUE indicates current answer is selected. [Required] if you are SyncAnswer with ZR.
 
int32_t selectedCount = 0
 Answer being selected count, used for display scale.
 

Detailed Description

Polling answer.

Definition at line 117 of file IMeetingPollingHelper.h.

Field Documentation

◆ answerContent

std::string PollingAnswer::answerContent

Answer content.

Definition at line 120 of file IMeetingPollingHelper.h.

◆ answerID

std::string PollingAnswer::answerID

Answer ID. [Required] if you are SyncAnswer with ZR.

Definition at line 119 of file IMeetingPollingHelper.h.

◆ isSelected

bool PollingAnswer::isSelected = false

TRUE indicates current answer is selected. [Required] if you are SyncAnswer with ZR.

Definition at line 123 of file IMeetingPollingHelper.h.

◆ selectedCount

int32_t PollingAnswer::selectedCount = 0

Answer being selected count, used for display scale.

Definition at line 124 of file IMeetingPollingHelper.h.

◆ textAnswer

std::string PollingAnswer::textAnswer

User input text answer. [Required] if you are SyncAnswer with ZR.

Definition at line 122 of file IMeetingPollingHelper.h.