10 lines
247 B
YAML
10 lines
247 B
YAML
name: roomId
|
|
in: query
|
|
required: false
|
|
description: >
|
|
The unique identifier for the room.
|
|
Use this parameter to filter recordings and retrieve only those associated with the specified room ID.
|
|
schema:
|
|
type: string
|
|
example: 'room-123'
|