Skip to main content
Triggered when the maximum number of concurrent connections is exceeded during connection setup or during an active session. Handle this event to inform users about the connection limit and suggest closing other active connections.

Event Properties

string
Event type. Always "conversation.connected.connection_limit_exceeded" for this event.
object
Event data object. May be empty or contain additional metadata.
string
Error message describing the connection limit.Example: "Maximum concurrent connections (5) exceeded. Please close other connections and try again."

Usage Example

When this event is received, the connection limit has been exceeded. You should inform the user and suggest closing other active connections before retrying.