commit | fb3be3948d97e7c833a6b7d6aeb9c1e0b6f737ae | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Fri Mar 22 13:13:22 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Mar 23 06:14:11 2019 |
tree | 55079a2b3b09ff8ef61883c579e86488fe94492d | |
parent | c771c805f187dcbdcecf7f3580d55002f0bbf5dd [diff] |
Add thread safety annotations for some more PeerConnection members Plus all the annotations that were necessary to make things compile again. port_allocator_flags_ was accessed on both the signaling and the network thread, but I was able to replace it with a return value. Bug: webrtc:9987 Change-Id: Iab977a49d6588ce2240487475ec3588ae579caa1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128772 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27254}
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.