From 04b010353ff87ec3699feec21aa357d626054c2f Mon Sep 17 00:00:00 2001 From: thebongy Date: Sat, 12 Mar 2022 17:04:09 +0530 Subject: [PATCH] feat(recording): Add maxSeconds param in startRecording --- static/api/v1.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/api/v1.yaml b/static/api/v1.yaml index 4df69e0388..76f3113720 100644 --- a/static/api/v1.yaml +++ b/static/api/v1.yaml @@ -1942,7 +1942,14 @@ components: description: >- (Beta) Change the recording to record this specific URL for this meeting. Only enabled for specific organizations. A valid https:// url is needed. - example: tree + example: 'https://dyte.io' + maxSeconds: + type: number + description: >- + The max duration after which the recording will automatically be stopped. By default, this value is + 10800 seconds (3 hours). The minimum value is 1 second, and the maximum value is 86400 seconds (24 hours). + example: 300 + UpdateRecordingRequestBody: type: object properties: