Archives

Gets and returns a temporary archive URL.

Creates a new temporary archive URL to allow the visualization or download of an existing archive. The URL created is valid for 10 minutes only! What this API actually does is just returning a 301 with the actual download URL

get/archive/{archiveId}

Path parameters

archiveIdstring required

Id of the archive.

Query parameters

generatePreviewstring

If the parameter is present (the value is irrelevant) the server should generate and return an HTML page that embeds the video instead of returning the video directly.

Response

HTML with the video embedded.

string required

Changes

Changed in 6 of the 39 revisions of this API.338

  • 87058176d2b511See the full diff
    • deleted the path request parameter generatePreview

      request-parameter-removed

    • added the new optional query request parameter generatePreview

      new-optional-request-parameter

  • 1eaaf5ea2c1a11See the full diff
    • added the new path request parameter generatePreview

      new-request-path-parameter

    • added the success response with the status 200

      response-success-status-added

    • added the non-success response with the status 400

      response-non-success-status-added

  • 24470ca9a64612See the full diff
    • deleted the path request parameter roomName

      request-parameter-removed

    • added the non-success response with the status 301

      response-non-success-status-added

    • removed the non-success response with the status 302

      response-non-success-status-removed

  • 4a2647871c2321See the full diff
    • added the new path request parameter roomName

      new-request-path-parameter

    • removed the success response with the status 200

      response-success-status-removed

    • added the non-success response with the status 302

      response-non-success-status-added

  • fdd6b89fcde212See the full diff
    • deleted the query request parameter generatePreview

      request-parameter-removed

    • removed the non-success response with the status 301

      response-non-success-status-removed

    • removed the non-success response with the status 400

      response-non-success-status-removed