$createdAt
$createdAt : int
The time at which the archive was created, in milliseconds since the UNIX epoch.
Represents an archive of an OpenTok session.
$status : string
The status of the archive, which can be one of the following:
$url : string
The download URL of the available MP4 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, call the Archive.listArchives() or OpenTok.getArchive() method.
delete()
Deletes an OpenTok archive.
You can only delete an archive which has a status of "available", "uploaded", or "deleted". Deleting an archive removes its record from the list of archives. For an "available" archive, it also removes the archive file, making it unavailable for download. For a "deleted" archive, the archive remains deleted.
There archive status is not "available", "updated", or "deleted".