This page covers the Google Meet specifics: how to extract IDs, what to expect during admission, and common failure modes.Documentation Index
Fetch the complete documentation index at: https://docs.vexa.ai/llms.txt
Use this file to discover all available pages before exploring further.
Native meeting ID
Use the meeting code from the URL:- URL:
https://meet.google.com/abc-defg-hij native_meeting_id:abc-defg-hij
https://meet.google.com/my-team-standup). These are also supported as native_meeting_id.
Google Meet
/lookup/ URLs are internal redirect links and cannot be joined directly. Use the standard meeting link from your calendar invite instead.Admission model
Most Google Meet meetings require the host to admit the bot from the waiting room. Typical lifecycle:- Bot joins and waits in the lobby (
awaiting_admission) - Host admits the bot
- Bot becomes
active
API example
Common issues
Bot joins then leaves quickly
Most often:- the bot was not admitted
- the meeting is over / invalid link
- policy restrictions on the meeting (host settings)
No transcript segments
Common causes:transcribe_enabled=false- the meeting was silent (or audio capture failed)