Get a running meeting ID

Description
When I call a synced contact, a new meeting starts. I want to get the meeting id or the invitation link by the API. Is that possible?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Hi @quranonlinemessage,

You can list live meetings using the following endpoint (and including the type=live query parameter):

Thanks!
Will