Did you know? You can add AI to your audio calls and create realtime experiences. Try Demo ->
OpenAI Realtime Voice
Run OpenAI real-time voice on Stream’s global edge network for optimal latency. Follow the tutorials to quickly build production-ready voice agents.
Edge network around the world for optimal latency. Connect using WebRTC (instead of WebSockets) for better reliability in poor network conditions. It also includes features like recording, stats, and Opus RED for audio reliability.
A highly customizable and production-ready setup. You have full control over OpenAI. Server-side integration allows you to run RAG and function calling. You also have full control over the voice visualization.
async function connectAgent(call: Call) {
const res = await fetch(`${baseUrl}/${call.type}/${call.id}/connect`, {
method: "POST",
});
if (res.status !== 200) {
throw new Error("Could not connect agent");
}
}
No credit card required.
If you're interested in a custom plan or have any questions, please contact us.