projects/openvidu-components-angular/src/lib/models/recording.model.ts
Interface representing a recording
Properties |
| duration |
duration:
|
Type : number
|
| Optional |
| endedAt |
endedAt:
|
Type : number
|
| Optional |
| filename |
filename:
|
Type : string
|
| Optional |
| id |
id:
|
Type : string
|
| location |
location:
|
Type : string
|
| Optional |
| markedForDeletion |
markedForDeletion:
|
Type : boolean
|
| Optional |
| outputMode |
outputMode:
|
Type : RecordingOutputMode
|
| roomId |
roomId:
|
Type : string
|
| roomName |
roomName:
|
Type : string
|
| size |
size:
|
Type : number
|
| Optional |
| startedAt |
startedAt:
|
Type : number
|
| Optional |
| status |
status:
|
Type : RecordingStatus
|