Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
Polling answer.
Definition at line 117 of file IMeetingPollingHelper.h.
std::string PollingAnswer::answerContent |
Answer content.
Definition at line 120 of file IMeetingPollingHelper.h.
std::string PollingAnswer::answerID |
Answer ID. [Required] if you are SyncAnswer with ZR.
Definition at line 119 of file IMeetingPollingHelper.h.
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.
int32_t PollingAnswer::selectedCount = 0 |
Answer being selected count, used for display scale.
Definition at line 124 of file IMeetingPollingHelper.h.
std::string PollingAnswer::textAnswer |
User input text answer. [Required] if you are SyncAnswer with ZR.
Definition at line 122 of file IMeetingPollingHelper.h.