Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.23 KB

WebinarPollCreate201Response.md

File metadata and controls

14 lines (11 loc) · 1.23 KB

# WebinarPollCreate201Response

Properties

Name Type Description Notes
id string Webinar Poll ID [optional]
status string Status of the Webinar Poll:<br>`notstart` - Poll not started<br>`started` - Poll started<br>`ended` - Poll ended<br>`sharing` - Sharing poll results [optional]
anonymous bool Allow meeting participants to answer poll questions anonymously. This value defaults to `false`. [optional] [default to false]
poll_type int The type of poll: * `1` — Poll. * `2` — Advanced Poll. This feature must be enabled in your Zoom account. * `3` — Quiz. This feature must be enabled in your Zoom account. This value defaults to `1`. [optional]
questions \Zoom\Api\Model\PollQuestionsInner[] Information about the poll's questions. [optional]
title string The poll's title, up to 64 characters. [optional]

[Back to Model list] [Back to API list] [Back to README]