# 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) - **Video publishing**: H.264 encoding, subscribing 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)
3e342b96a3bd109521f43bcad6a0ff2219c3cccd
idf.py add-dependency "livekit/livekit^0.3.2"