iiRecord
Agentic AI Atlas · WebRTC Voice
channel:webrtc-voicea5c.ai
II.
Channel JSON

channel:webrtc-voice

Structured · live

WebRTC Voice json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · channels-hooks/channels/voice-transport.yamlCluster · channels-hooks
Record JSON
{
  "id": "channel:webrtc-voice",
  "_kind": "Channel",
  "_file": "channels-hooks/channels/voice-transport.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "WebRTC Voice",
    "kind": "voice",
    "endpoint": "webrtc",
    "persistent": true,
    "description": "Realtime bidirectional audio transport for browser/app voice agents over\nWebRTC, terminated by the external media server (LiveKit). Carries the audio\nhot path (VAD->STT->LLM->TTS); governed tool workflows run out-of-band via\n@a5c-ai/voice-adapter. See docs/research/realtime-voice-agent-stack.md.\n"
  },
  "outgoingEdges": [
    {
      "from": "channel:webrtc-voice",
      "to": "layer:3-transport",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}