Change Host email on run time create meeting

I have to integrate JWT zoom API in PHP laravel. The meeting creates and starts everything is working fine. But I want to change host on run time, I mean host email of his email who create meeting.

please help me , Can I do this?

Hey @shafqatghafoor99,

Welcome to our Developer Community!

It sounds like you’re trying to update the host for a meeting in real-time—is that right? If so, I should note that our APIs are primarily for pre- and post- meeting actions, rather than handling in-meeting actions. If you wish to update the host of a meeting programmatically, we recommend doing so ahead of the meeting start, using this endpoint:

Alternatively, you can designate hosts/co-hosts in the Zoom Client UI.

I hope this helps,
Will

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