You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/api/v2.yaml
+46-33Lines changed: 46 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -4840,6 +4840,36 @@ components:
4840
4840
type: string
4841
4841
x-stoplight:
4842
4842
id: 0b5t8sncdhv1c
4843
+
RecordingConfig:
4844
+
title: RecordingConfig
4845
+
x-stoplight:
4846
+
id: yyo7jv040qf6o
4847
+
type: object
4848
+
description: |
4849
+
Recording Configurations to be used for this meeting. This level of configs takes higher preference over organization level configs on the Dyte developer portal.
4850
+
properties:
4851
+
max_seconds:
4852
+
type: number
4853
+
x-stoplight:
4854
+
id: io98gvoqjyarx
4855
+
minimum: 60
4856
+
maximum: 86400
4857
+
description: 'Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours.'
4858
+
file_name_prefix:
4859
+
type: string
4860
+
x-stoplight:
4861
+
id: gvy18dsipftrc
4862
+
description: Adds a prefix to the beginning of the file name of the recording.
4863
+
video_config:
4864
+
$ref: '#/components/schemas/VideoConfig'
4865
+
audio_config:
4866
+
$ref: '#/components/schemas/AudioConfig'
4867
+
storage_config:
4868
+
$ref: '#/components/schemas/StorageConfig'
4869
+
dyte_bucket_config:
4870
+
$ref: '#/components/schemas/DyteBucketConfig'
4871
+
live_streaming_config:
4872
+
$ref: '#/components/schemas/LivestreamingConfig'
4843
4873
parameters:
4844
4874
Content-Type:
4845
4875
name: Content-Type
@@ -5075,35 +5105,7 @@ components:
5075
5105
description: Specifies if the meeting should start getting livestreamed on start.
5076
5106
nullable: true
5077
5107
recording_config:
5078
-
type: object
5079
-
x-stoplight:
5080
-
id: 25i4ef7cvg4qb
5081
-
description: |
5082
-
Recording Configurations to be used for this meeting. This level of configs takes higher preference over organization level configs on the Dyte developer portal.
5083
-
properties:
5084
-
storage_config:
5085
-
$ref: '#/components/schemas/StorageConfig'
5086
-
audio_config:
5087
-
$ref: '#/components/schemas/AudioConfig'
5088
-
video_config:
5089
-
$ref: '#/components/schemas/VideoConfig'
5090
-
dyte_bucket_config:
5091
-
$ref: '#/components/schemas/DyteBucketConfig'
5092
-
live_streaming_config:
5093
-
$ref: '#/components/schemas/LivestreamingConfig'
5094
-
max_seconds:
5095
-
type: number
5096
-
x-stoplight:
5097
-
id: 4gg3sjaisjebi
5098
-
description: 'Specifies the maximum duration for recording in seconds, ranging from a minimum of 60 seconds to a maximum of 24 hours.'
5099
-
minimum: 60
5100
-
maximum: 86400
5101
-
file_name_prefix:
5102
-
type: string
5103
-
x-stoplight:
5104
-
id: ouehpg8wlkqnx
5105
-
description: |
5106
-
Adds a prefix to the beginning of the file name of the recording
0 commit comments