v1
latestSwagger 2.02026-07-1715815.6 KBCallback for the OpenTok Archive API.
Gets the updated information for a recording archive.
Request body
Id of the updated archive
The timestamp for when the archive started recording, expressed in milliseconds since the Unix epoch (January 1, 1970, 00:00:00 UTC).
The duration of the archive in seconds. For archives that have are being recorded (with the status property set "started"), this value is set to 0.
The name of the archive you supplied (this is optional)
Your OpenTok API key.
For archives with the status "stopped", this can be set to "90 mins exceeded", "failure", "session ended", "user initiated". For archives with the status "failed", this can be set to "system failure".
The session ID of the OpenTok session that was archived.
The size of the archive file. For archives that have not been generated, this value is set to 0.
The status of the archive. Only 'available' and 'uploaded' statuses are actually processed.
The download URL of the available archive file. This is only set for an archive with the status set to "available"; for other archives, (including archives with the status "uploaded") this property is set to null. The download URL is obfuscated, and the file is only available from the URL for 10 minutes. To generate a new URL, use the REST API for retrieving archive information or listing archives.
Response
OK