openai/openai-realtime-console
A React-based developer console for inspecting, building, and debugging applications that use the OpenAI Realtime API over WebRTC.

This is an official OpenAI example application providing a React frontend console for interacting with the Realtime API. It demonstrates how to send and receive real-time API events over the WebRTC data channel, configure client-side function calling, and view JSON payloads for client and server events via a logging panel. The application serves as both a debugging tool and a minimal template for developers building real-time AI-powered conversational applications.