You are using staging server - a separate instance of the ESP Component Registry that allows you to try distribution tools and processes without affecting the real registry.
# ESP32 SDK for LiveKit Use this SDK to add realtime video, audio and data features to your ESP32 projects. By connecting to [LiveKit](https://livekit.io/) Cloud or a self-hosted server, you can quickly build applications such as multi-modal AI, live streaming, or video calls with minimal setup. > [!IMPORTANT] > This SDK is currently in Developer Preview mode and not ready for production use. > There may be bugs and APIs are subject to change during this period. ## Features - **Supported chips**: ESP32-S3 and ESP32-P4 - **Bidirectional audio**: Opus encoding, acoustic echo cancellation (AEC) - **Bidirectional video**: *video support coming soon* - **AI Agents**: interact with agents in the cloud built with [LiveKit Agents](https://docs.livekit.io/agents/) - **Real-time data**: data packets, remote method calls (RPC)
idf.py add-dependency "tempotian/livekit^0.3.0"