The feature appears on the host and I am able to create polls like you can on the zoom app but when I’m using eRooms through the browser, the polls do not appear when initiated. Is this a bug or a potential upcoming feature maybe?
Hey @jake.lambourn
Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question.
Checkout these related threads that may have the answer you are looking for:
A Meeting Poll is created according to API documentation
{ :title=>“test poll”, :status=>“notstart”, :questions=>[{:name=>“test question 1”, :type=>“single”, :answers=>[“yes”, “no”, “maybe”]}], :zoom_meeting_id=>0123456789}
no error is generated when created through API, and the poll can be retrieved/edited via an API call with no error as well
However, once the poll is created the user ‘meeting details’ screen on the Zoom Website will no longer open and gives “Unable to display this page Zoo…
It would be nice to have an API to get a webinar’s Poll questions in their order and groupings along with possible answers and unique IDs.
This way they can be imported into another system easily and matched up with the attendee poll answers data.
If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.
Thanks,
DeveloperBot
system
(system)
Closed
November 4, 2020, 7:18pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.