Archives

Starts/stop an archiving operation.

Starts or stops an archiving operation. Returns the information about the new recording, and inserts that information on the redis record associated to the room. Once a recording is in process, succesives call with operation=start are ignored and the existing record of the current archive is returned.

post/room/{roomName}/archive

Path parameters

roomNamestring required

Name of the room.

Response

Information about the archive being recorded

Changes

Changed in 3 of the 39 revisions of this API.223

    • deleted the query request parameter operation

      request-parameter-removed

    • deleted the query request parameter userName

      request-parameter-removed

    • added the non-success response with the status

      response-non-success-status-added

    • the query request parameter userName became required

      request-parameter-became-required

  • fdd6b89fcde212See the full diff
    • added the new required query request parameter operation

      new-required-request-parameter

    • added the new optional query request parameter userName

      new-optional-request-parameter

    • removed the non-success response with the status

      response-non-success-status-removed