​
​

    Start Here

    What is Aircore?

    Authentication

    Channels

  • Services

    • Cloud recording

      Quickstart
      API Reference
  • SDKs

    • Sync Audio

      iOS

      Quickstart
      Customization
      Samples
      Download SDK
      API Reference

      Android

      (Compose)

      Quickstart
      Sample
      Download SDK
      API Reference

      Android

      (View)

      Quickstart
      Sample
      Download SDK
      API Reference

      Web

      Quickstart
      Samples
      Download SDK
      API Reference

      Sync Chat

      iOS

      Quickstart
      Customization
      Samples
      Download SDK
      API Reference

      Android

      (Compose)

      Quickstart
      Sample
      Download SDK
      API Reference

      Android

      (View)

      Quickstart
      Sample
      Download SDK
      API Reference

      Web

      Quickstart
      Samples
      Download SDK
      API Reference

      Flex

      iOS

      (Audio and video)

      Quickstart
      More Options
      Sample
      Download SDK
      API Reference

      Android

      (Audio)

      Quickstart
      More Options
      Sample
      Download SDK
      API Reference

      Web

      (Audio)

      Quickstart
      More Options
      Download

Cloud recording: Stop recording

Use this endpoint to stop a recording.

Recording also stops automatically if all users leave the channel.

See the Quickstart for a sample workflow.

Request

The server response when you start recording includes the URL to use here.

MethodURL
DELETE https://services.aircore.io:443/recording/UNIQUE_IDENTIFIER

Headers

HeaderRequiredValueDescription
AuthorizationYesBearer SECRET_API_KEYUse a secret API key from the Developer Console.

Request body

None.

Response

Response body

Empty if successful.

If there is an error, the body contains the error message.

HTTP status codes

CodeDescription
204Stopped recording.
400Missing unique recording identifier.
401Invalid token.
404Recording not found.
5XXRecording failed to stop due to an internal server error.
  • on this page
  • Cloud recording: Stop recording

  • Request

  • Response