Accessing poll results in ongoing meetings via API
Description
I’m trying to use the in-meeting polling feature. We’ve contacted support, and they’ve enabled the feature that allows us to generate reports from the web interface while the meeting is still ongoing, but we want to be able to get it via the API, to integrate it with other data.
Error
When we attempt to access the API endpoint /past_meetings/{meetingId}/polls with the appropriate meeting ID, we get a 404 Not Found. I also tried /meetings/{meetingId}/polls in hopes that would work. Again, a 404 Not Found.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
This is a JWT Ruby app at the above endpoints.
Which Endpoint/s?
/past_meetings/{meetingId}/polls