We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a69826 + 38e9a80 commit 8493b4cCopy full SHA for 8493b4c
1 file changed
public/example/openAPISpec.yml
@@ -309,24 +309,3 @@ paths:
309
'200':
310
description: Message sent
311
312
- /recordings/{meetingId}:
313
- get:
314
- summary: Get meeting recording
315
- description: |
316
- Returns the recording file and its metadata (URL, start/end time) for a given meeting. Ideal for playback,
317
- archives, and audits.
318
- security:
319
- - bearerAuth: []
320
- parameters:
321
- - name: meetingId
322
- in: path
323
- required: true
324
- schema:
325
- type: string
326
- responses:
327
- '200':
328
- description: Recording information
329
- content:
330
- application/json:
331
332
- $ref: '#/components/schemas/Recording'
0 commit comments