gecko-dev/media/webrtc/trunk
Alex Chronopoulos aa5a82572d Bug 1572281 - Remove audio device change notifications from video capture in OSX. r=dminor
Video capture used to provide device change notifications for audio and video devices. From now on, CubebDeviceEnumerator will provide audio device change notifications thus video capture is updated to notify only changes of the video device. This is the OSX part.

Differential Revision: https://phabricator.services.mozilla.com/D46273

--HG--
extra : moz-landing-system : lando
2019-09-18 13:16:56 +00:00
..
build/internal Bug 1376873 - Build system fixes; r=ng 2018-01-22 12:47:24 -05:00
chromium_deps
google_apis/build
gtest Bug 1528074 - Remove MSVC warning flags that clang-cl doesn't understand r=chmanchester 2019-03-13 20:19:08 +00:00
net
third_party/gflags
tools/clang
webrtc Bug 1572281 - Remove audio device change notifications from video capture in OSX. r=dminor 2019-09-18 13:16:56 +00:00
AUTHORS
DEPS
dummy_file.txt
LICENSE Bug 813063 - Add LICENSE file to root of WebRTC.org source r=dminor 2019-01-08 04:17:07 +00:00
Makefile.old
OWNERS
peerconnection_client.target.mk
peerconnection.Makefile
README.md

WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.

The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.

Development

See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.

More info