Real-Time Endpoints
A real-time endpoint is a publicly exposed URL to receive data from a Recording
There are two types of real-time endpoints:
For a guide on setting these up, please see their corresponding links above. All events and their corresponding payloads can be found at Real-Time Event Payloads.
Real-time endpoints are for receiving in-call events and data in realtime, such as audio buffers, transcripts, and participant events.
For lifecycle status events, see:
Connection behavior
Websocket
Each websocket real-time endpoint you configure in the Create Bot config establishes its own connection. That connection remains open until your server explicitly closes it or the call ends.
Updated 5 days ago