# webrtc **Repository Path**: wdw-wayne/webrtc ## Basic Information - **Project Name**: webrtc - **Description**: 镜像 https://github.com/webrtc-sdk/webrtc.git 这是一个社区维护的项目,不是官方的 Google WebRTC 存储库。它由一些具有 WebRTC 开发经验的贡献者维护,目标是创建一个灵活的发布版本,以提供预编译的 Mobile/Desktop/Embedded SDK。 - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: m104_release - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2023-08-24 - **Last Updated**: 2024-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebRTC-SDK This repository contains a fork of WebRTC from Google with various improvements. ## Changes ### All - Dynamically acquire decoder to mitigate decoder limitations #25 #26 ### Android - Support for video simulcast #3 ### iOS - 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 ### Windows - Fixed unable to acquire Mic when built-in AEC is enabled #29 ## LICENSE - [Google WebRTC](https://chromium.googlesource.com/external/webrtc.git), is licensed under [BSD license](/LICENSE). - Contains patches from [shiguredo-webrtc-build](https://github.com/shiguredo-webrtc-build), licensed under [Apache 2.0](/NOTICE). - Contains changes from LiveKit, licensed under Apache 2.0. ## Who is using this project - [flutter-webrtc](https://github.com/flutter-webrtc/flutter-webrtc) - [LiveKit](https://github.com/livekit) - [Membrane Framework](https://github.com/membraneframework/membrane_rtc_engine)