aboutsummaryrefslogtreecommitdiff
path: root/call/degraded_call.h
diff options
context:
space:
mode:
authorTommi <tommi@webrtc.org>2019-08-08 12:27:53 +0200
committerCommit Bot <commit-bot@chromium.org>2019-08-08 10:58:57 +0000
commit78a71386005ceac9bca63329a1c247f91a53e12c (patch)
tree5f7c348d1d94efa738c1dc23dbe53b5fa2397073 /call/degraded_call.h
parent44327c33ed1961ee7fe6257a38338f8209b02d4e (diff)
downloadwebrtc-78a71386005ceac9bca63329a1c247f91a53e12c.tar.gz
Remove MediaTransport from Call.
There aren't any tests for this and the code isn't currently active except for the fact that it adds complexity to the Call class, synchronization into the active code path and makes future improvements to the class more complex or impossible. Bug: webrtc:9719 Change-Id: Ia41af0b2186b8a36ca70a07858990b6af7f3a5c3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/148078 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28807}
Diffstat (limited to 'call/degraded_call.h')
-rw-r--r--call/degraded_call.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/call/degraded_call.h b/call/degraded_call.h
index 400450ea08..609049333f 100644
--- a/call/degraded_call.h
+++ b/call/degraded_call.h
@@ -129,7 +129,6 @@ class DegradedCall : public Call, private Transport, private PacketReceiver {
const std::unique_ptr<Call> call_;
TaskQueueFactory* const task_queue_factory_;
- void MediaTransportChange(MediaTransportInterface* media_transport) override;
void SetClientBitratePreferences(
const webrtc::BitrateSettings& preferences) override {}
const absl::optional<BuiltInNetworkBehaviorConfig> send_config_;