Skip to content

Commit

Permalink
Updated readme (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao authored Jul 29, 2023
1 parent d5ec6fa commit b0f3927
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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!

0 comments on commit b0f3927

Please sign in to comment.