I’m trying to build an app where a coach can start a call with it’s client. I want to check if the Coach host is already in a call he cannot start another call with other client.
I’m not using the Video SDK or anything. Meetings are being created from Meeting API and being started from start_url and being joined from join_url.
Hi @mobile
Thanks for reaching out to the Zoom Developer forum and welcome to our community.
We currently do not have an endpoint that will allow you to check if a host is currently in another call.
But you could leverage our Webhooks to see when a host joins a meeting or leaves a meeting, it will give you a better idea of what’s the coach status: