API Endpoint(s) and/or Zoom API Event(s)
meeting_summary
Description
Only meeting_summary endpoint returns error code 300: invalid meeting id, while I can successfully get that same meeting info using the meeting endpoint
Error?
code 300: Invalid meeting id
How To Reproduce
Steps to reproduce the behavior:
1. OAuth App
2. make a request to meeting endpoint and then meeting_summary endpoint and provide the same meeting id
https://api.zoom.us/v2/meetings/{{meetingId}}
https://api.zoom.us/v2/meetings/{{meetingId}}/meeting_summary
3. The first call works, the second returns the error: code 300: Invalid meeting id