Transfer Host of In Progress Meeting

Scenario:
User A creates/hosts a meeting. User B joins the meeting. I need User B to become the host without any interaction in the Zoom UI. The host controls are passed automatically when that User joins. Is there any way to do this via the REST API and/or webhooks?

hi @Shawn2 ,

Welcome to the community

So there is no option to do this.
Functions for this type of action is within the Appssdk.
You can see when a change of role is made with a webhook onparticipantchange, but you can not action a change in role

all the best

John

There is no REST API for this and no other way. The only option is setting User B as an Alternative Host before the meeting starts via REST API, so when User B joins, they automatically get host controls without any UI interaction. Alternatively, during a live meeting, a Meeting SDK Bot can join and programmatically transfer host to User B without any UI interaction.

Thanks,

Naeem Ahmed