place.stream.live.stopLivestream

did:web:longos.iameli.link View official

Documentation

Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video.

main procedure

Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video.

Input

Encodingapplication/json

Output

Encodingapplication/json
cid stringcid Required

The new CID of the stopped livestream record.

uri stringuri Required

The URI of the stopped livestream record.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "properties": {}
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri",
        "cid"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "The new CID of the stopped livestream record."
        },
        "uri": {
          "type": "string",
          "format": "uri",
          "description": "The URI of the stopped livestream record."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": null,
  "description": "Stop your current livestream, updating your current place.stream.livestream record and ceasing the flow of video."
}

Lexicon Garden

@