# social.colibri.beta.channel.voice

> Published by [colibri.social](https://lexicon.garden/identity/did:plc:mprdjqjluoswa7awzggaggj3)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.beta.channel.voice)
- [Documentation](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.beta.channel.voice/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:mprdjqjluoswa7awzggaggj3/social.colibri.beta.channel.voice/examples)

## Definitions

### `social.colibri.beta.channel.voice`

**Type**: `space`

A voice channel. Holds only its own configuration record, because call state is off-protocol.

```json
{
  "key": "tid",
  "name": "Colibri voice channel",
  "type": "space",
  "collections": [
    "social.colibri.beta.channel"
  ],
  "description": "A voice channel. Holds only its own configuration record, because call state is off-protocol."
}
```

## Raw Schema

```json
{
  "id": "social.colibri.beta.channel.voice",
  "defs": {
    "main": {
      "key": "tid",
      "name": "Colibri voice channel",
      "type": "space",
      "collections": [
        "social.colibri.beta.channel"
      ],
      "description": "A voice channel. Holds only its own configuration record, because call state is off-protocol."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
