WebRTC-SDK

September 4, 2026 ยท View on GitHub

This repository contains a fork of WebRTC from Google with various improvements.

The original upstream lives here: https://webrtc.googlesource.com/src.

Upstream versions are pulled from https://chromiumdash.appspot.com/branches.

Releases are build in webrtc-build and land in releases.

Main changes

All

  • Dynamically acquire decoder to mitigate decoder limitations #25
  • Support for video simulcast with hardware & software encoders patch
  • Frame cryptor support (for end-to-end encryption) patch

Android

  • WrappedVideoDecoderFactory #74

iOS / Mac

  • Sane audio handling patch
    • Do not acquire microphone/permissions unless actively publishing audio
    • Abililty to bypass voice processing on iOS
    • Remove hardcoded limitation of outputting only to right speaker on MacBook Pro
  • Desktop capture for Mac patch

Windows

  • Fixed unable to acquire Mic when built-in AEC is enabled #29

LICENSE

Who is using this project

Are you using WebRTC SDK in your framework or app? Feel free to open a PR and add yourself!