12 lines
421 B
YAML
12 lines
421 B
YAML
description: Successfully retrieved the recording URL.
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
url:
|
|
type: string
|
|
format: uri
|
|
description: URL to access the recording media.
|
|
example: https://example.com/meet/api/v1/recordings/room-123--EG_XYZ--XX445/media?secret=abc123
|