How to get poll result?

I would like to take the results of the poll during the meeting.

After conducting one minute of poll started, we would like to close the poll and divide the BO according to the results of the poll.

I imagined this from the windows sdk reference.
Is it ok to use the following?

– zoom at the start
Get IMeetingQAController at start of zoom.

– Register to poll

  • Register for Create a meeting poll in zoom api
  • Get the id of the Response

–Start the poll
StartLiving (Response’s id)

– Wait for poll
Wait for 1 minute

– poll closed
IMeetingQAController.EndLiving (id in Response)

– Retrieve participant’s response results
IMeetingQAController.GetAnsweredQuestionList ()

Which Windows Meeting SDK version?
v5.9.3.3191

Device (please complete the following information):

  • Device:
    Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz 2.10 GH
    16.0 GB RAM
    1T SSD
  • OS: Windows 10 Pro 64bit

Hi @hanataba,

Currently there is unfortunately no way to interact with meeting polls programmatically. The IMeetingQAController interface you are referring to is for utilizing the Q&A feature in webinars.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.