commit | ba37b4b075bbf253824c356a75dc8986f8a60b34 | [log] [tgz] |
---|---|---|
author | Zach Stein <zstein@webrtc.org> | Tue Jan 23 23:02:36 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jan 25 19:06:04 2018 |
tree | f4a931ffa662f21415375fd9d4f5b455250e0684 | |
parent | 3a5653af1cf7cacd01918adb19d8eded2e002593 [diff] |
Change return type of RtpSenderInterface::SetParameters from bool to RTCError Note that RTCErrorTypes are mapped to the following DOMException names: INTERNAL_ERROR -> OperationError UNSUPPORTED_PARAMETER -> OperationError INVALID_STATE -> InvalidStateError INVALID_MODIFICATION -> InvalidModificationError INVALID_RANGE -> RangeError Bug: webrtc:8772 Change-Id: I44e3fe2456b007b8fb227d37d74b07ba226a19e4 Reviewed-on: https://webrtc-review.googlesource.com/37141 Commit-Queue: Zach Stein <zstein@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21766}
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.