Making another participant host during a live meeting via API

Description
Is it possible to change the host of a live meeting via API? This would be the equivalent of the “Make Host” action available in the Zoom client. I’ve tried to use PATCH # /meetings/{meetingId} to modify the schedule_for and the alternative_host properties but those seems to only affect the host before the meeting starts.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
PATCH # /meetings/{meetingId}

Hey @ste

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. :slightly_smiling_face:

Checkout this related thread that may have the answer you are looking for:

If this thread did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,
DeveloperBot

The suggested thread does not answer my question.

Hey @ste,

Unfortunately we do not have this functionality available in the API.

Feel free to add this as a feature request here: #feature-requests

That being said, we do have this in our Client SDKs. For example, here is how to do it in our iOS SDK.

Thanks,
Tommy

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.