Meeting Sessions

List meeting sessions

Returns a list of meeting sessions, optionally filtered by status.

get/meeting_sessions

Query parameters

status'scheduled' | 'joining' | 'waiting_for_admission' | 'active' | 'leaving' | 'ended' | 'failed' | 'admission_denied'

Lifecycle status of the session. scheduled: waiting for join_at before the bot attempts to join. joining: the bot is connecting to the meeting. waiting_for_admission: the bot is in the lobby waiting to be admitted. active: the bot is in the meeting and capturing. leaving: the bot is exiting the meeting. ended: the bot left and the session is complete. failed: the bot could not join or the session failed. admission_denied: the host did not admit the bot.

Filter meeting sessions by current status.

Response

Successful response with a list of meeting sessions.

Changes

Changed in 2 of the 99 revisions of this API.15

  • cdb64ddf086f14See the full diff
    • ●

      added the new full_duplex enum value to the //// response property for the response status

      response-property-enum-value-added

    • ○

      removed the none enum value from the //// response property for the response status

      response-property-enum-value-removed

    • ○

      added the required property //// to the response with the status

      response-required-property-added

    • ○

      added the required property //// to the response with the status

      response-required-property-added

    • ○

      added the required property /// to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.