Skip to main content
Vexa uses user-provided meeting identifiers. You always pass:
  • platform (google_meet | teams | zoom)
  • native_meeting_id (format depends on the platform)
Microsoft Teams meetings also require:
  • passcode (the ?p= value from the Teams link)
Use the meeting code from the URL:
  • URL: https://meet.google.com/abc-defg-hij
  • native_meeting_id: abc-defg-hij
Example request body:
{
  "platform": "google_meet",
  "native_meeting_id": "abc-defg-hij"
}