stopTranscription

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

Stop transcription Stops transcription