# com.getorbyt.video.recordLoop

> Published by [getorbyt.com](https://lexicon.garden/identity/did:plc:2xrqztnmzlckb3xfuuukupso)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.video.recordLoop)
- [Documentation](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.video.recordLoop/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:2xrqztnmzlckb3xfuuukupso/com.getorbyt.video.recordLoop/examples)

## Definitions

### `com.getorbyt.video.recordLoop`

**Type**: `procedure`

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `post` | `string` (at-uri) | Yes |  |
| `playbackToken` | `string` | Yes |  |

#### Output

**Encoding**: `application/json`

#### Errors

- **InvalidPlaybackToken**
- **LoopRateLimited**

## Raw Schema

```json
{
  "id": "com.getorbyt.video.recordLoop",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "post",
            "playbackToken"
          ],
          "properties": {
            "post": {
              "type": "string",
              "format": "at-uri"
            },
            "playbackToken": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidPlaybackToken"
        },
        {
          "name": "LoopRateLimited"
        }
      ],
      "output": {
        "schema": {
          "ref": "com.getorbyt.video.defs#loopView",
          "type": "ref"
        },
        "encoding": "application/json"
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
