Assign user as a host

Description
How to assign a user as a host from XYZ account
Which Mobile Client SDK version?
xamarin iOS

Additional context
I have an XYZ zoom account where there are 2 users in it(ABC and PQR)
Now I want to create a zoom meeting where the ABC user is the host
How to achieve this scenario?

Hi @shraddhap, thanks for the post.

When in a meeting, if you are already host you can assign the host role to another meeting participant by calling makeHost with the user’s userId.

Thanks!