videosdk/iot-sdk

1.1.0

Latest
uploaded 12 hours ago
IoTSdk is a lightweight ESP-IDF component that enables ESP32-based IoT devices to participate in real-time meetings through the VideoSDK platform. The component provides seamless integration for joining meetings, publishing streams, and subscribing to audio from other participants.

changelog

## v0.0.4

**Release Date**: 27th Apr 2026

- Fix: Use `add_prebuilt_library` with explicit `REQUIRES` so CMake places dependency archives after the prebuilt `.a` on the linker command line. Previously, raw `target_link_libraries(... INTERFACE lib.a)` did not propagate transitive deps, and single-pass `ld` left `esp_capture_*` / `esp_audio_*` / `esp_codec_dev_*` symbols unresolved when the component happened to be loaded after its providers (alphabetical namespace ordering).

## v0.0.3

**Release Date**: 27th Apr 2026

- Fix: Declare runtime dependencies (`esp_audio_codec`, `esp_codec_dev`, `esp_audio_effects`, `esp_capture`, `esp_video_codec`, `sepfy/srtp`, `mdns`) in `idf_component.yml` so consumers no longer hit undefined-reference linker errors.
- Fix: Add `REQUIRES` for IDF drivers (`esp_driver_i2c`, `esp_driver_i2s`, `esp_driver_gpio`, `sdmmc`, `mbedtls`, `esp_netif`, `esp_event`, `esp_wifi`, `nvs_flash`) needed by the prebuilt static libraries.
- Update: Manifest enriched with `url`, `repository`, `issues`, `documentation`, `tags`, and `targets`.

## v0.0.2

**Release Date**: 20th Jan 2026

- Update: Update IoT SDK static libraries for Korvo v2 platforms.

## v0.0.1

**Release Date**: 23rd Sep 2025

- VideoSdk IoT SDK Initial release

 

Links

Target

License: Custom

To add this component to your project, run:

idf.py add-dependency "videosdk/iot-sdk^1.1.0"

download archive

Stats

  • Archive size
    Archive size ~ 1.94 MB
  • Downloaded in total
    Downloaded in total 14 times
  • Downloaded this version
    This version: 0 times

Badge

videosdk/iot-sdk version: 1.1.0
|