II.
Channel JSON
Structured · livechannel:screenshare-vnc
Screen-share / VNC surface json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "channel:screenshare-vnc",
"_kind": "Channel",
"_file": "channels-hooks/channels/voice-transport.yaml",
"_cluster": "channels-hooks",
"attributes": {
"displayName": "Screen-share / VNC surface",
"kind": "video",
"endpoint": "vnc-websocket",
"persistent": true,
"description": "A remote desktop surfaced via noVNC (RFB over WebSocket / websockify), rendered\nto a canvas and composited into the agent's video track; the agent can both show\nand operate it. Governed start/stop. See docs/research/realtime-agent-gaps.md G7.\n"
},
"outgoingEdges": [
{
"from": "channel:screenshare-vnc",
"to": "layer:3-transport",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": []
}