| Name | Description | Type | Additional information |
|---|---|---|---|
| fileName |
Original file name reported by the client. |
string |
None. |
| contentType |
MIME type of the recording being uploaded. |
string |
None. |
| size |
Total size of the recording in bytes. |
integer, 64 bit |
None. |
| chunkCount |
Number of upload parts the client will send. |
integer |
None. |
| recorderType |
Recorder implementation used to create the media. |
string |
None. |
| isVideoRecording |
Indicates whether the recording contains video. |
boolean |
None. |
| usedInFileUploader |
Indicates whether the recorder is used inside the file uploader flow. |
boolean |
None. |