Stop recording
Payload definition to close the WebSocket connection.
Here is the payload definition to inform that the recording is over.
After reception, no more audio chunk will be accepted and post-processing will start.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Payload definition to close the WebSocket connection.
{
type: "stop_recording";
}