Realtime media sessions
Realtime media sessions
Low-latency voice input, output, interruption, and server events.
LIVEKIT.GIZCLAW.COM · DIRECT WEBRTC TRIAL
No sign-in required. This browser generates and stores its own client key, registers through the Beijing Dev entry with the default Runtime Profile, and starts voice after you select a live Collection resource.
No sign-in · Client key · Direct WebRTC
Today's trial remaining · MOCK
05:00 / 05:00

Beijing Dev · realtime VAD · opus · Waiting for latency
WebRTC voice · Automatic reply after a pause; interrupt anytime
Quota is currently simulated in this browser; the session ends when it runs out. Sign-in is only for managing all devices.
Built for realtime products
Realtime media sessions
Low-latency voice input, output, interruption, and server events.
Device interconnect
Read status, invoke capabilities, and drive real devices in one session.
Persistent agent context
One Workspace provides persistent execution context and history.
Compatible APIs
Connect existing clients, SDKs, and test tools directly to GizClaw.
One client, one private key
Web / App / Device
WebRTC · WebSocket
History · Memory
Tools · Device RPC
Each client owns its private key. The browser generates it on first open and uses it to establish the GizClaw WebRTC connection.
QUICKSTART
import { connectGiznetWebRTCFromEndpoint } from "@gizclaw/gizclaw";
const clientPrivateKey = loadOrCreateLocalKey();
await connectGiznetWebRTCFromEndpoint({
clientPrivateKey, endpoint, pc,
});