Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: webrtc/call/call.cc

Issue 2997883002: Video/Screenshare loopback tool.
Patch Set: Rebase Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/call/call.h ('k') | webrtc/common_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index b1f56d3886642a48d8872dd2a309acd1fd0f2b1a..b211a3ca6c139f1fdb8011e2ddf38f51e66ed482 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -366,6 +366,8 @@ class Call : public webrtc::Call,
// min >= 0, start != 0, max == -1 || max > 0
Config::BitrateConfig base_bitrate_config_;
+ void PrintDebugStuff() override;
+
RTC_DISALLOW_COPY_AND_ASSIGN(Call);
};
} // namespace internal
@@ -1440,6 +1442,11 @@ void Call::NotifyBweOfReceivedPacket(const RtpPacketReceived& packet,
}
}
+void Call::PrintDebugStuff() {
+ transport_send_->send_side_cc()->PrintDebugStuff();
+ print_ = true;
+}
+
} // namespace internal
} // namespace webrtc
« no previous file with comments | « webrtc/call/call.h ('k') | webrtc/common_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698