commit | 18ee1d55b4cdd7faef75464e39ec06568790adbc | [log] [tgz] |
---|---|---|
author | Steve Anton <steveanton@webrtc.org> | Mon Sep 11 18:32:35 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 11 20:46:16 2017 |
tree | f6b5031d5f51ce3c38b7cfabd197ec70a5445c0a | |
parent | 3e1c1ff0736d83ff56d7dc2c7d15aafe9825d421 [diff] |
Move SDP m= line matching from BaseChannel to WebRtcSession This is part of the work towards implementing Unified Plan. The logic for correlating m= lines to channels is changing in Unified Plan. Moving this logic to WebRtcSession means that we do not need to add a flag to BaseChannel to indicate which logic it should use (i.e., Plan B vs. Unified Plan) and can keep those details in WebRtcSession. Bug: webrtc:8183 Change-Id: I729da73ece01fd20f45e82f8956a02c4cad2469e Reviewed-on: https://chromium-review.googlesource.com/653490 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Peter Thatcher <pthatcher@webrtc.org> Commit-Queue: Steve Anton <steveanton@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19786}
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.