commit | 772eb2115ac16bc547da722837f39e5eaca0c372 | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Tue Jan 16 18:11:06 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 18 01:31:37 2018 |
tree | 147dc006ffdc50b59a1f283f5bfe502b194f0785 | |
parent | f6464c9ef70d5b2c66dfacd816e0f30df8f72202 [diff] |
Make OnAddStream and OnRemoveStream not required This changes PeerConnectionObserver to not default the stream events as pure virtual. Applications which have switched to using OnAddTrack and OnRemoveTrack will no longer need to implement these callbacks. Bug: webrtc:8587 Change-Id: I659ce7b5a208ebfcb29e899dd17916ae0072d3cc Reviewed-on: https://webrtc-review.googlesource.com/39384 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21665}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.