Skip to main content
Triggered after the session is ready to receive audio input. This event is received after realtime.session.created and after conversation history has been sent. After receiving this event, you can start sending audio data to the WebSocket connection.

Event Properties

string
Event type. Always "realtime.session.updated" for this event.
object
Event data object. May be empty or contain session metadata.

Usage Example

This event indicates that the session is ready. You should start recording and sending audio data after receiving this event.