Issue with list past webinars endpoint

With the meetings api, its simple.

  • As soon as a meeting instance is started, the getMeeting endpoint would return a new uuid
  • As soon as the meeting instance ends, the getPastMeeting endpoint lists that instance

… which is all good except the webinar doesn’t seem to work the same way.

  • If a schedule webinar is started, the getWebinar endpoint does change uuid :white_check_mark:
  • If the webinar ends (I tested by ending immediately without anyone else joining, just like a meeting) the getPastWebinar doesn’t list that instance, its just an empty array :x:

Hey @WebWorker,

How long after the Webinar ended did you call the List Past Webinar Instances endpoint?

Thanks,
Tommy