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
A unique, opaque ID for this object. You can use this ID in API calls, and in paginated list operations.
The name of the room.
When the recording started. This is a unix timestamp (seconds since the epoch).
Options: "finished","in-progress","canceled"
finished
, in-progress
, canceled
The maximum number of participants that were ever in this room together during the meeting session that was recorded.
How many seconds long the recording is, approximately. This property is not returned for recordings that are in-progress.
Deprecated.
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 S3 Key associated with this recording.
The meeting session ID for this recording.
Indicates if WebVTT is enabled for this recording.