Skip to main content
Triggered immediately after the WebSocket connection is successfully established. This event contains the session ID for tracking and the ICE server configuration needed for WebRTC connection setup.

Event Properties

string
Event type. Always "conversation.connected.success" for this event.
object
Event data object containing connection information.
string
The session ID for this connection. Use this for logging, billing, and backend correlation.Example: "session-abc123"
array<object>
ICE server configuration for WebRTC connection. Use these servers when creating your RTCPeerConnection.Example:

Usage Example

This event is sent immediately upon successful WebSocket connection, before any session events. The ICE server configuration is provided directly, eliminating the need for a separate WebRTC signaling WebSocket connection.If there are any non-critical warnings (such as duplicate avatar names), a separate conversation.connected.warning event will be sent immediately after this event.