commit | 0fc2843c108240a5eb1585e48f0c5c12ecf073f1 | [log] [tgz] |
---|---|---|
author | Amit Hilbuch <amithi@webrtc.org> | Tue Dec 18 13:01:47 2018 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Dec 21 23:33:39 2018 +0000 |
tree | 66f96a915fc9045595e836838a83c3d274e81588 | |
parent | 06e88361c90caa59597623da0f298bc84579afc9 [diff] |
Removing redundant argument for SSRCs from ctor of RtpVideoSender. SSRCs are specified twice in calls to the RtpVideoSender constructor. Once in the first argument of ssrcs, and then again in the RtpConfig ssrcs variable. Resolving to reference the variable in the RtpConfig. Bug: None TBR: stefan@webrtc.org Change-Id: I53528140166a53f3558f950d5662b7d3d6b8c822 Reviewed-on: https://webrtc-review.googlesource.com/c/114910 Commit-Queue: Amit Hilbuch <amithi@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26094}
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.