GET RestApi/personal/mediarecorder/native/job/{jobId}/recording/v1?signature={signature}

Polls the transcoding job for a native recording used in the file uploader flow. This endpoint is read-only; once it reports ready, the client must explicitly finalize the recording to upload it to the file repository and clean up the media recorder job.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jobId

Identifier of the transcoding job returned when finishing the upload.

string

Required

signature

User-scoped signature for .

string

Required

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.