I am ending my meeting through API call. Api request gives me a success as response but the meeting still stays live and the users in the meeting are not disconnected.
API used as per the doc: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingstatus
App Type: JWT
Steps to reproduce the behavior:
- Create a meeting using api
- Host starts the meeting via web SDK . Other Guest also join the meeting
- Update Meeting Status to ended using api (v2)
- Meeting does not end in zoom.
We used to end meetings with specific use cases for our users and it was working fine until the new release.
Please provide a fix as soon as possible as it has started affecting our users.