social.colibri.voice.signal

colibri.social

{
  "id": "social.colibri.voice.signal",
  "defs": {
    "main": {
      "type": "subscription",
      "errors": [
        {
          "name": "AuthRequired",
          "description": "Missing, malformed, or unverifiable service auth."
        },
        {
          "name": "Forbidden",
          "description": "The caller lacks the permission this method requires."
        },
        {
          "name": "SfuError",
          "description": "The SFU could not create the channel router or a transport."
        }
      ],
      "message": {
        "schema": {
          "refs": [
            "lex:social.colibri.voice.signal#signalMessage"
          ],
          "type": "union"
        }
      },
      "parameters": {
        "type": "params",
        "required": [
          "channel"
        ],
        "properties": {
          "channel": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the voice channel to join."
          }
        }
      },
      "description": "Opens a WebSocket to the community hub AppView's embedded voice SFU (mediasoup) for a single voice channel. Bidirectional signaling: the client sends transport/produce/consume requests and the server replies and pushes producer and active-speaker events. Media itself flows over WebRTC (SRTP), not this socket. Requires service auth (aud = the community hub AppView's did:web, lxm = social.colibri.voice.signal), carried via the Sec-WebSocket-Protocol subprotocol as with subscribeEvents."
    },
    "signalMessage": {
      "type": "object",
      "required": [
        "action"
      ],
      "properties": {
        "action": {
          "type": "string",
          "knownValues": [
            "init",
            "connectProducerTransport",
            "connectedProducerTransport",
            "produce",
            "produced",
            "connectConsumerTransport",
            "connectedConsumerTransport",
            "consume",
            "consumed",
            "consumerResume",
            "producerAdded",
            "producerRemoved",
            "activeSpeakers",
            "serverMuted",
            "serverDeafened",
            "kicked",
            "superseded",
            "error"
          ]
        }
      },
      "description": "A mediasoup signaling frame. `action` discriminates the frame; the remaining fields carry opaque mediasoup structures (transport options, RTP parameters/capabilities, DTLS parameters) that the client's mediasoup-client library interprets. The AppView does not validate the nested payloads."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against social.colibri.voice.signal

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:mprdjqjluoswa7awzggaggj3
CID
bafyreiatgdp6kr7dmh5rx26nerylcrj6svbl3fdgmj4f3xpgo4rck6edau
Indexed At
2026-07-31 21:23 UTC
AT-URI
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.voice.signal

Version History (2 versions)

Referenced Schemas (1)

  • lex:social.colibri.voice.signal#signalMessage

Lexicon Garden

@