{
"id": "social.colibri.voice.moderate",
"defs": {
"main": {
"type": "procedure",
"errors": [
{
"name": "AuthRequired"
},
{
"name": "Forbidden"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the moderated member."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"community",
"channel",
"target",
"action"
],
"properties": {
"action": {
"type": "string",
"description": "The moderation action to apply.",
"knownValues": [
"mute",
"unmute",
"deafen",
"undeafen",
"disconnect"
]
},
"target": {
"type": "string",
"format": "did",
"description": "DID of the member to moderate."
},
"channel": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the voice channel."
},
"community": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the community the channel belongs to."
}
}
},
"description": "Moderates a member's participation in a voice channel: server-mute, server-deafen, or force-disconnect. Requires the `voice.moderate` community permission and the caller must outrank the target. Server-mute/deafen are enforced by the SFU and persist for the room's lifetime, disconnect is transient (the target may rejoin)."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreifdampcbvs6aqdbbiibwf5te5do65u63ybekhcrcwidettwxxpeza
- Indexed At
- 2026-07-24 14:44 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.voice.moderate
Version History (2 versions)