Stop
To stop a transcription for a room which has a live session being transcribed, you need to execute a POST request against the /rooms/:id/transcription/stop endpoint.
Transcription can also be stopped manually by a moderator inside the live session. Here we describe how to stop the transcription through the REST API, so you can control start / stop transcription externally as an integrator.
Request
Response (200 OK) -> No Content
If no session is active for the room you will receive a generic 400 Bad Request response.
Last updated