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

Polling option. More...

#include <IMeetingPollingHelper.h>

Data Fields

PollingOptionType type = PollingOptionTypeAllowRandomOrder
 The option type.
 
bool isAllow = false
 The option value.
 

Detailed Description

Polling option.

Definition at line 109 of file IMeetingPollingHelper.h.

Field Documentation

◆ isAllow

bool PollingOption::isAllow = false

The option value.

Definition at line 112 of file IMeetingPollingHelper.h.

◆ type

The option type.

Definition at line 111 of file IMeetingPollingHelper.h.