This repository contains a fork of WebRTC from Google with various improvements.
- 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
 
- WrappedVideoDecoderFactory #74
 
- 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
 
- Fixed unable to acquire Mic when built-in AEC is enabled #29
 
- 
Google WebRTC, is licensed under BSD license.
 - 
Contains patches from shiguredo-webrtc-build, licensed under Apache 2.0.
 - 
Contains changes from LiveKit, licensed under Apache 2.0.
 
Are you using WebRTC SDK in your framework or app? Feel free to open a PR and add yourself!