stopTranscription

@POST(value = "/video/call/{type}/{id}/stop_transcription")
abstract suspend fun stopTranscription(@Path(value = "type") type: String, @Path(value = "id") id: String): StopTranscriptionResponse

Stop transcription Stops transcription Sends events: - call.transcription_stopped Required permissions: - StopTranscription Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

StopTranscriptionResponse

Parameters

type
id