commit | 840cf786002f0dd7cc3e9c1ce6ff5f3d5048d836 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Sat Oct 21 14:47:56 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Oct 21 16:25:11 2023 |
tree | ef826056e85dc3c2ca525a79236b674bcc1333f2 | |
parent | 5e31e8148a8f419e0e11e55bbec10a36df7aa30b [diff] |
Move Destroy/Create steps for DataChannelTransport to PeerConnection. This moves steps from the sdp code for pc state over to the PC class and slightly simplifies the contract between the two classes. Moving forward it's easier to consolidate those steps in the PC class with other grouped operations e.g. during teardown. Also removing GetDataMid() method in favor of the sctp_mid() property. Bug: none Change-Id: I938f953099d327377abd94e6b2c9ece803d88e40 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/324300 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40981}
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.