End Meeting Via Api is not working

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:

  1. Create a meeting using api
  2. Host starts the meeting via web SDK . Other Guest also join the meeting
  3. Update Meeting Status to ended using api (v2)
  4. 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.

1 Like

Hey @sunil,

Have you tried using the End Meeting function on the Web SDK?

Thanks,
Tommy

Hi Tommy,

Thank you for giving your time on the resolution.

We want to end the meeting from our server and cannot do it from client side using Web SDK as per our use case.

Thanks,
Aman

Hey @sunil,

I was not able to reproduce your issue. The meeting on the Web SDK ended as intended when calling the update meeting status endpoint.

What are you passing in for the request body?

Thanks,
Tommy

1 Like