Get recording
Retrieves a specific recording by ID
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the recording to retrieve
Response
How many seconds long the recording is, approximately. This property is not returned for recordings that are in-progress.
A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
The meeting session ID for this recording.
The name of the room.
The S3 Key associated with this recording.
Deprecated.
When the recording started. This is a unix timestamp (seconds since the epoch).
Options: "finished","in-progress","canceled"
finished
, in-progress
, canceled
If the recording is a raw-tracks recording, a tracks field will be provided. If role permissions have been removed, the tracks field may be null.
The maximum number of participants that were ever in this room together during the meeting session that was recorded.