social.colibri.beta.voice.moderate

colibri.social

{
  "id": "social.colibri.beta.voice.moderate",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "channel",
            "subject"
          ],
          "properties": {
            "muted": {
              "type": "boolean",
              "description": "Whether the subject's microphone is muted. Absent leaves the current value unchanged."
            },
            "channel": {
              "type": "string",
              "format": "space-ref",
              "description": "The voice channel the subject is in."
            },
            "subject": {
              "type": "string",
              "format": "did",
              "description": "Who to act on."
            },
            "deafened": {
              "type": "boolean",
              "description": "Whether the subject cannot hear others. Absent leaves the current value unchanged."
            },
            "disconnect": {
              "type": "boolean",
              "description": "Whether to disconnect the subject from the channel."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthRequired",
          "description": "The request has no valid service auth."
        },
        {
          "name": "Forbidden",
          "description": "The requesting user lacks the voice.moderate permission."
        },
        {
          "name": "ChannelNotFound",
          "description": "No channel matches the given space reference."
        },
        {
          "name": "NotInVoice",
          "description": "The subject is not currently connected to the channel."
        },
        {
          "name": "VoiceUnavailable",
          "description": "This AppView has no voice SFU running."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Acts on someone in a voice channel. An absent field leaves the current value unchanged."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.colibri.beta.voice.moderate

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreieh5d7vcqglrdujsf5g72ulzbpoh2vwjna2afz3fa7zjkr2jrsfmq
Indexed At
2026-08-23 12:32 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.voice.moderate

Lexicon Garden

@