II.
Channel JSON
Structured · livechannel:webrtc-voice
WebRTC Voice json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}