Bot

  • deduplication_key
    Type: string
    required
  • events
    Type: array object[]
    read-only
    required
    • created_at
      Type: stringFormat: date-time

      the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

    • sub_type
      Type: string | null
    • type
      Type: string
  • id
    Type: string
    required
  • join_at
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • meeting_url
    Type: string
    read-only
    required
  • metadata
    Type: object
    read-only
    required

    Metadata associated with the bot

  • recording_state
    Type: string · RecordingStateEnumenum
    read-only
    required
    values
    • not_started
    • in_progress
    • complete
    • failed
    • paused
  • state
    Type: string · BotStateEnumenum
    read-only
    required
    values
    • ready
    • joining
    • joined_not_recording
    • joined_recording
    • leaving
  • transcription_state
    Type: string · TranscriptionStateEnumenum
    read-only
    required
    values
    • not_started
    • in_progress
    • complete
    • failed