Skip to main content
Triggered when the account balance is insufficient to establish or continue the connection. This event is sent during connection setup or during an active session when balance runs out.

Event Properties

string
Event type. Always "conversation.connected.insufficient_balance" for this event.
object
Event data object. May be empty or contain additional metadata.
string
Optional message describing the insufficient balance error.Example: "Insufficient balance to continue service"

Usage Example

When this event is received, the service will stop. You should inform the user and provide a clear path to recharge their account.