Event Properties
Event type. Always
"conversation.connected.success" for this event.Event data object containing connection information.
The session ID for this connection. Use this for WebRTC signaling if needed.Example:
"session-abc123"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.