Your Gemini Live API session forgets the conversation every time it reconnects — field notes on token refresh and session resumption
Why a Gemini Live API WebSocket drops the conversation and the user's in-flight speech on every reconnect, and how to close the gap with single-use ephemeral tokens, session resumption handles, and the goAway warning.
Build a Voice + Screen-Share AI Pair Programmer with the Gemini Live API in TypeScript
A practical playbook for wiring the Gemini Live API to getDisplayMedia and a microphone to build an over-the-shoulder AI pair programmer in TypeScript, with cost controls and the gotchas I hit in production.
Integrating Gemini Live API into an Expo App — Real-Time Voice Conversation Guide
Learn how to integrate Gemini Live API into an Expo (React Native) mobile app for real-time voice conversation. Includes practical code examples for WebSocket connections, audio recording, and playback.
Building a Real-Time Voice SaaS With Gemini Live API — Full Implementation With Stripe Billing
A complete production-grade implementation guide for a real-time voice SaaS using Gemini Live API. Covers WebSocket setup, Cloudflare Workers Durable Objects, and per-second Stripe Meter Events billing — with full code.
Putting an AI That Answers Phones Into Production: Building a Phone Voice Agent With Gemini Live API and Twilio Media Streams
Bridge Twilio Voice and Gemini Live API over WebSocket to build a phone-answering AI agent that holds up in production. Full code, interruption handling, function calling, deployment notes, and per-minute cost math.
Building Stateful AI Agents with Gemini API and Cloudflare Durable Objects — A
A complete production guide to building a stateful AI agent that remembers conversation history, using Cloudflare Durable Objects, WebSocket Hibernation, and the Gemini API streaming endpoint.
Production-Grade Voice AI Agent with Gemini Live API & Google ADK [2026]
Build and deploy a production-grade voice AI agent by combining Gemini Live API with Google ADK, Function Calling, WebSocket management, and Cloud Run. Covers architecture design, connection stability, parallel tool execution, and cost optimization.