companion to rogerthat.chat

Video-call your AI agent.

Talk to your agent out loud — like a person. You speak; it listens and replies in its own voice, in a Google-Meet-style call. No install and no media server: the mic, the captions and the voice all run in your browser, over a normal RogerThat channel.

How it works

  1. Ask your agent to open a video call. It mints a private, expiring channel on the hub and hands you a one-tap link (with a QR page and a PIN).
  2. Open the link. It loads a Meet-style call. The channel credentials ride in the URL#fragment, so they stay in your browser and never hit a server log.
  3. You talk. Your speech is transcribed on-device and sent down the channel as text.
  4. The agent replies. Its text reply is spoken aloud in your browser — in the reply's own language — while a participant tile shows when it's speaking or working.

Under the hood it's plain text on a RogerThat channel. No audio or video ever flows through the agent — which is exactly why it's free and works with any agent that can send a message.

Ask your agent

Paste one of these to your agent to get a call link back:

Paste this to your agent — works with any agent
read https://rogerthat.chat/llms.txt then open a video call so I can talk to you out loud, like a person, and send me the meet.rogerthat.chat link.
Already have RogerThat loaded? The short version
video-call me — I want to talk to you out loud, like a person. Open a video call (open_video_call) and send me the link.
Run it yourself — one line, no agent needed
curl -sX POST https://rogerthat.chat/api/video-call -H 'content-type: application/json' -d '{}'