For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Platform docsVideosCommunitySign up
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
      • Overview
        • Cartesia
          • Overview
          • Agent
          • Conversation
            • Overview
            • Agent
            • Conversation
            • Participant
          • Participant
        • Deepgram
        • ElevenLabs
        • Gemini
        • Grok
        • Inworld
        • OpenAI
        • Pipecat
        • Ultravox
        • Yandex
  • Management API
    • Reference
    • Authorization
    • Errors
  • Web SDK
    • Overview
  • Android SDK
    • Overview
  • Android SDK v3
    • Overview
  • iOS SDK
    • Overview
  • React Native SDK
    • Overview
  • Flutter SDK
    • Overview
LogoLogo
Platform docsVideosCommunitySign up
On this page
  • Values
VoxEngineVoice AICCAIEvents

Participant

Events related to CCAI participants.
||View as Markdown|
Was this page helpful?
Edit this page
Previous

Conversation

Next

Participant

Built with

Values

Created
'AI.Events.CcaiParticipantCreated'

Triggers after the CCAI.Participant instance is created.

Response
'AI.Events.CcaiParticipantResponse'

Triggered when a CCAI.Participant instance returns an intent response.

PlaybackFinished
'AI.Events.CcaiParticipantPlaybackFinished'

Triggered when playback of a single phrase has finished successfully or in case of a playback error.

PlaybackStarted
'AI.Events.CcaiParticipantPlaybackStarted'

Triggered when playback of a single phrase has started.

PlaybackStopped
'AI.Events.CcaiParticipantPlaybackStopped'

Triggered when playback of a single phrase has stoped.

PlaybackReady
'AI.Events.CcaiParticipantPlaybackReady'

Triggered when audio_segments from Google are ready to be played.

MarkerReached
'AI.Events.CcaiParticipantMarkerReached'

Triggered when CCAI.Participant.addPlaybackMarker is reached.