commit | e630a3d7ad5010f5e11a58f66e8fe39939984b77 | [log] [tgz] |
---|---|---|
author | Byoungchan Lee <daniel.l@hpcnt.com> | Tue May 28 08:42:05 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 16 08:45:39 2024 |
tree | c7a73db5d82beb9fed1657b7ba99c618a29cd14a | |
parent | b47cd6fbe315690756f2f03e7658d4e26fe27b1e [diff] |
[iOS] Make RTCRtpTransceiver.setCodecPreferences failable and accept nil Web Spec and C++ version of setCodecPreferences are failable, as they return an RTCError (in C++) or throw an InvalidModificationError (in Web Spec). However, current Objective-C version of setCodecPreferences is not failable, so callers cannot know if the operation succeeded or not. Also, the current Objective-C version does not accept nil, which is not spec-compliant. (Web Spec says if codecs is an empty list, set transceiver.PreferredCodecs to codecs and abort these steps.) Bug: webrtc:42226103, webrtc:42226230 Change-Id: Ib90f3e5b45fc959eeb92f623cf50efcb458a7478 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/352400 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42789}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.