Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: livekit/rust-sdks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rust-sdks/livekit-ffi@0.12.39
Choose a base ref
...
head repository: livekit/rust-sdks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rust-sdks/livekit-ffi@0.12.40
Choose a head ref
  • 12 commits
  • 34 files changed
  • 8 contributors

Commits on Oct 28, 2025

  1. Remove unused dependencies (#761)

    Detected with udeps
    ladvoc authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    9424a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. E2E RPC tests (#769)

    ladvoc authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    7b03bf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. feat: add outbound trunk config for create_sip_participant. (#771)

    * feat: add outbound trunk config for create_sip_participant.
    
    * fix.
    
    * Update sip.rs
    cloudwebrtc authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    0d2b10e View commit details
    Browse the repository at this point in the history
  2. Fix the fast path in capture_frame function, without buffering (#778)

    * fix the fast path in capture_frame function, without buffering
    * added a comment
    xianshijing-lk authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    0a193a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    4b05e89 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Configuration menu
    Copy the full SHA
    3248711 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    da17692 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. webrtc-sys: copy desktop_capture.ninja into C++ library archive (#787)

    Parsing this is required for building with desktop capture support.
    Be-ing authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    d98893d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Configuration menu
    Copy the full SHA
    f64a998 View commit details
    Browse the repository at this point in the history
  2. fix Android libwebrtc builds (#791)

    * webrtc-builds: clear disk space for Android builds
    
    This fixes Android builds that were failing due to running out
    of space when cloning libwebrtc's enormous git repositories.
    
    * build_android.sh: do not copy non-existent desktop_capture.ninja
    
    libwebrtc's desktop_capture module does not support Android.
    Be-ing authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    d898212 View commit details
    Browse the repository at this point in the history
  3. Enable H265 encoding & decoding on Nvidia GPU (#776)

    * Add h265 encoder & decoder support to webrtc-sys
    chenosaurus authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    7066875 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. chore: release (#766)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    4e186d3 View commit details
    Browse the repository at this point in the history
Loading