Overview of esp_webrtc_solution components
mainThe esp_webrtc_solution repository provides a complete stack for building WebRTC applications on Espressif hardware. The core functionality is built upon several key components:
esp_webrtc: The core WebRTC implementation.esp_peer: Realization of the WebRTC PeerConnection.esp_capture: Component used for capturing media data (available on the Espressif component registry).av_render: Component used for playing back media data.
Developers can use these components directly or refer to the provided solutions in the solutions/ directory to see how they integrate into functional applications.