stopRecording

@POST(value = "/video/call/{type}/{id}/stop_recording")
abstract suspend fun stopRecording(@Path(value = "type") type: String, @Path(value = "id") id: String): StopRecordingResponse

Stop recording Stops recording Sends events: - call.recording_stopped Required permissions: - StopRecording Responses:

  • 201: Successful response

  • 400: Bad request

  • 429: Too many requests

Return

StopRecordingResponse

Parameters

type
id