End Meeting not Working zoom API

Description
End Meeting not working using zoom API using End Meeting End Point. we have pass the param meetinguuid for end meeting.

Error
Status code shows Bad Request
Meetinguuid_result

Refer the below code we are using
image

Hey @catalyze.online!

I just tested, and I was able to ā€œENDā€ a live meeting.

The message from Zoomā€™s UI was a bit cryptic and confusing, ā€œThis meeting has ended because someone else is using this meeting IDā€.

Hereā€™s a quick troubleshooting list:

  1. Make sure you have an actual meeting running while youā€™re trying to execute this API request.
  2. Check that youā€™re properly concatenating the meetingId into the URL Path
  3. Make sure that the meetingId in the URL Path matches the meetingId displayed in the Zoom Client (when you click the ā€œinfoā€ button, since weā€™ve removed the MeetingID being displayed in the title bar of the client recently).
  4. Make sure you can Get a Specific Meeting (using the meetingId from the Client).

I was UNABLE to Get the List of {live] Meetings (either implicitly using type = ā€˜liveā€™ with the default, or explicitly setting it to ā€˜liveā€™). I am going to file an issue now for this as a potential bug.

Let me know if that works please.

1 Like