Platform

Live video feed

Real-time, low-latency video presence for calls and streams.

How it works

Live sessions run a streaming variant of c-dans that renders frames as the agent speaks. Latency is typically under 400 ms end-to-end. Sessions can be one-to-one (a call) or one-to-many (a stream on your own site).

Start a session

const session = await shedome.live.create({ agentId: "agt_8f2k", mode: "call", video: true });

// hand the token to your client — it connects over WebRTC
return session.clientToken;
Live minutes count against your tier separately from rendered video.