Meeting poll results empty on meeting.ended webhook, but available afterwards

Using this template helps us debug your issues more effectively :slight_smile:

Description
Retrieving poll results from a meeting after receiving a meeting.ended webhook shows empty polls. However if I try to retrieve it later the poll results are effectively there.

Is there a delay I should take into acocunt? Should I run the retrieve poll results after a certain time?

Error
eb 01 18:06:12Z “results of the polls”

Feb 01 18:06:12Z #Net::HTTPOK:0x000055a4268fc468

Feb 01 18:06:12Z {“id”=>86380256874,

Feb 01 18:06:12Z “uuid”=>“QnNT9IxhQVuaUOuzRaLnSw==”,

Feb 01 18:06:12Z “start_time”=>“2022-02-01T14:17:14Z”,

Feb 01 18:06:12Z “questions”=>}

Feb 01 18:06:12Z “poll results:”

Feb 01 18:06:12Z {“id”=>86380256874,

Feb 01 18:06:12Z “uuid”=>“QnNT9IxhQVuaUOuzRaLnSw==”,

Feb 01 18:06:12Z “start_time”=>“2022-02-01T14:17:14Z”,

Feb 01 18:06:12Z “questions”=>}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT and Webhook

Which Endpoint/s?
meeting.ended webhook and url = URI(“https://api.zoom.us/v2/past_meetings/#{meeting_id}/polls”)

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create a scheduled meeting
  2. Add polls
  3. Start the meeting
  4. Answer the polls by participants
  5. End the meeting
  6. Meeting.ended webhook fires
  7. Retrieving poll results has empty questions and polls

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