I am building a Zoom App, and I have a Zoom OAuth token associated with my user.
I joined a meeting and was given a Co-Host role.
After being given the Co-Host role, I try to attempt to get the meeting I’m in on the server using the https://api.zoom.us/v2/meetings/#### endpoint.
I received a 404 for the meeting, even though I am clearly a Co-Host and am in the meeting.
Is this the expected behavior?
Sam