Resource: Recording
Metadata about a recording created during a conference.
| JSON representation | 
|---|
| { "name": string, "state": enum ( | 
| Fields | |
|---|---|
| name | 
 Output only. Resource name of the recording. Format:  | 
| state | 
 Output only. Current state. | 
| startTime | 
 Output only. Timestamp when the recording started. | 
| endTime | 
 Output only. Timestamp when the recording ended. | 
| Union field  
 | |
| driveDestination | 
 Output only. Recording is saved to Google Drive as an MP4 file. The  | 
DriveDestination
Export location where a recording file is saved in Google Drive.
| JSON representation | 
|---|
| { "file": string, "exportUri": string } | 
| Fields | |
|---|---|
| file | 
 Output only. The  | 
| exportUri | 
 Output only. Link used to play back the recording file in the browser. For example,  | 
State
Current state of the recording session.
| Enums | |
|---|---|
| STATE_UNSPECIFIED | Default, never used. | 
| STARTED | An active recording session has started. | 
| ENDED | This recording session has ended, but the recording file hasn't been generated yet. | 
| FILE_GENERATED | Recording file is generated and ready to download. | 
| Methods | |
|---|---|
| 
 | Gets a recording by recording ID. | 
| 
 | Lists the recording resources from the conference record. |