Stop recording a meeting.

URL Parameters

NameDescriptionLocationRequiredDefault Value
spaceIdThe ID of the spacePathYes
meetingIdThe ID of the meetingPathYes
recordingIdThe ID of the recording. Can be acquired from start recording endpoint's POST /spaces/{spaceId}/meetings/{meetingId}/recordings/ response at path data[0].content.recordings[0]._idPathYes

Authentication

JwtAuthenticator, Oauth2Authenticator, AnonymousAuthenticator

Example Request

URL

For Production: POST https://spacesapis.avayacloud.com/api/spaces/5f3a2f70df629870fc7d9a76/meetings/5f3cf44baa796711c0b1cfe4/recordings/5f3cf451703bdd631f680721/stop
For Staging: POST https://loganstagingapis.esna.com/api/spaces/5f3a2f70df629870fc7d9a76/meetings/5f3cf44baa796711c0b1cfe4/recordings/5f3cf451703bdd631f680721/stop

Headers

Authorization: "jwt eyJhbGciOiJSUzI1NiIsIdfgdfgnR5cCI6IkpXVCJ9.eyJ1c2VyX2lkX3NpZyI6ImxPWHpxNzVzR3J3X0xwWEMyRGRMakhyYXJlWVhyTzFMdEZHZkhkOWNkTXciLCJwcm9kdWN0X3R5cGUiOiJhY2NvdW50cyIsImxhc3R1cGRhdGV0aW1lIjoiMjAxNy0wMS0zMFQxMzo1ODo0Ny4yMDYiLCJpc3MiOiJ6YW5nLmlvIiwicHVibGlja2V5aWQiOiJhZ3h6Zm05dVpYTnVZVEl3TVRSeUdnc1NEVWRLZDNSUWRXSnNhV05MWlhrdfgdWdJQ2dsUEtFakFvTSIsImV4cCI6MTQ5NTM5MTIwMywidXNlcl9pZCI6ImFneHpmbTl1WlhOdVlUSXdNVFJ5RVFzU0JGVnpaWElZZ0lEQXMtX25fUW9NIiwidmVyIjoiMi4wIn0.SqZpw1uPIebqW3qlDsm0-DWYFKEH0SgPwtD-tSESWOF-5hLkZMqJH28ooWux2S7s9riIew7pTVPnZpTgJa5zHcEAG0gXSEJVOqmpGp_4ufM8YtZoZMpBFjyAkwyAt-ILkGUYIo0GU5WyzMPLV8YLXfgdfgOgkE2MGGOajBkjPmC2Db3pA0D0M9k-21EL1gwWBC5YIq0PDAkgulegwl6khRmB8irJQ-dfg-d-KV9eYfFpsCdJKRGzSfqg"

Or

Authorization: "bearer f746696f5de4528u128ae2f274eea253e8a7943a"

Body

None.

Example Response

{
  "data": [
    {
      "sender": {
        "_id": "5f3a2f70df629870fc7d9a76",
        "type": "spaceserver"
      },
      "content": {
        "recordings": [
          {
            "startedBy": {
              "_id": "5f0426ccaa4a347af9994cdf",
              "type": "user",
              "username": "examples@avaya.com",
              "displayname": "Example Name",
              "picture_url": "https://storage.googleapis.com/onesna/pictures/pfpic_va_3da9345d-6038-4667-9f3d-f79a47b1d..."
            },
            "endedBy": {
              "_id": "5f0426ccaa4a347af9994cdf",
              "type": "user",
              "username": "examples@avaya.com",
              "displayname": "Example Name",
              "picture_url": "https://storage.googleapis.com/onesna/pictures/pfpic_va_3da9345d-6038-4667-9f3d-f79a47b1d..."
            },
            "status": 0,
            "endTime": "2020-08-19T09:44:12.784Z",
            "startTime": "2020-08-19T09:43:47.614Z",
            "_id": "5f3cf451703bdd631f680721",
            "externalRefId": "9bd13f8a-b41c-4002-b4ad-e6cea7b03008"
          }
        ]
      },
      "chatCount": 0,
      "likeCount": 0,
      "status": 0,
      "_id": "5f3cf44baa796711c0b1cfe4",
      "topicId": "5f3a2f70df629870fc7d9a76",
      "category": "meeting",
      "created": "2020-08-19T09:43:39.169Z"
    }
  ],
  "error": null,
  "warning": null
}