# place.stream.live.stopLivestream

> Published by [did:web:longos.iameli.link](https://lexicon.garden/identity/did:web:longos.iameli.link)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.live.stopLivestream)
- [Documentation](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.live.stopLivestream/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:longos.iameli.link/place.stream.live.stopLivestream/examples)

## Definitions

### `place.stream.live.stopLivestream`

**Type**: `procedure`

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

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` (cid) | Yes | The new CID of the stopped livestream record. |
| `uri` | `string` (uri) | Yes | The URI of the stopped livestream record. |

## Raw Schema

```json
{
  "id": "place.stream.live.stopLivestream",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
