| Name | Description | Type | Additional information |
|---|---|---|---|
| recordingId |
Identifier of the recording created when the upload started. |
string |
None. |
| uploadId |
Identifier of the multipart upload session being completed. |
string |
None. |
| objectKey |
Storage object key for the uploaded media. |
string |
None. |
| recordingName |
User-provided name for the saved recording. |
string |
None. |
| recorderType |
Recorder implementation used to create the media. |
string |
None. |
| isVideoRecording |
Indicates whether the uploaded recording contains video. |
boolean |
None. |
| usedInFileUploader |
Indicates whether the recorder is used inside the file uploader flow. |
boolean |
None. |
| parts |
Uploaded multipart chunks and their returned entity tags. |
Collection of Itsolutions.Itslearning.Web.RestApi.Personal.MediaRecorderController+NativeUploadPart |
None. |