diff --git a/README.md b/README.md index de413d3bdb..1c862c4ca4 100644 --- a/README.md +++ b/README.md @@ -2,34 +2,29 @@ This repository contains a fork of WebRTC from Google with various improvements. -## Changes +## Main changes ### All -- Dynamically acquire decoder to mitigate decoder limitations #25 #26 +- Dynamically acquire decoder to mitigate decoder limitations [#25](https://github.com/webrtc-sdk/webrtc/pull/25) +- Support for video simulcast with hardware & software encoders [patch](https://github.com/webrtc-sdk/webrtc/commit/ee030264e2274a2c90548a99b448782049e48fb4) +- Frame cryptor support (for end-to-end encryption) [patch](https://github.com/webrtc-sdk/webrtc/commit/3a2c008529a15fecde5f979a6ebb75c05463d45e) ### Android -- Support for video simulcast #3 +- WrappedVideoDecoderFactory [#74](https://github.com/webrtc-sdk/webrtc/pull/74) -### iOS +### iOS / Mac -- Do not request microphone permissions for playback-only #2 #5 -- Improvements to AVAudioSession interactions #7 #8 -- Support for video simulcast #4 -- Support for voice processing bypass #15 - -### Mac - -- Support for video simulcast #10 -- Remove hardcoded limitation of outputting to only right speaker on MBP #22 -- Screen capture support #24 #36 #37 -- Support for audio output device selection #35 -- Cross-platform RTCMTLVideoView #40 +- Sane audio handling [patch](https://github.com/webrtc-sdk/webrtc/commit/272127d457ab48e36241e82549870405864851f6) + - 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](https://github.com/webrtc-sdk/webrtc/commit/8e832d1163644ab504412c9b8f3ba8510d9890d6) ### Windows -- Fixed unable to acquire Mic when built-in AEC is enabled #29 +- Fixed unable to acquire Mic when built-in AEC is enabled [#29](https://github.com/webrtc-sdk/webrtc/pull/29) ## LICENSE @@ -47,3 +42,6 @@ This repository contains a fork of WebRTC from Google with various improvements. - [Membrane Framework](https://github.com/membraneframework/membrane_rtc_engine) +- [Louper](https://louper.io) + +Are you using WebRTC SDK in your framework or app? Feel free to open a PR and add yourself!