Returns a specific room recording by ID, including transcripts and other assets.
created_at is required for Cassandra migration - used for clustering key
roomRecording Object
id String
roomId String
recordingUrl String
title String
recordingType String ENUM
viewCount String
thumbnailUrl String
captionsUrl String
duration String
directDownloadUrl String
assets Array
id String
referencePrefix String
referenceId String
type String ENUM
transcript Object
text String
completedAt String
duration Number
confidence Number
sentences Array
confidence Number (max depth)
start Number (max depth)
end Number (max depth)
text String (max depth)
chapters Array
gist String (max depth)
start Number (max depth)
end Number (max depth)
headline String (max depth)
summary String (max depth)
createdAt String
status String ENUM
createdAt String
updatedAt String
code Integer The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
message String A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details Array
@type String The type of the serialized message.
Was this guide helpful?