Skip to main content
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.
{
	type: "stop_recording";
}
I