Claiming Host as CoHost

Hello there

I try to end a session as co-host but i get ’ only host can do the operation
Is there any way to claim the host as co-host? (with some keys or something)

Hey @uyaniksigma

Thanks for your feedback.

Video SDK has an API client.reclaimHost to claim the host role if a user is not the session host now. But the method is also conditional, only if the user is the original host in the session.

The condition for the original host is role_type field in the JWT payload with the value “1”.

Thanks
Vic