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

Unified Diff: talk/app/webrtc/peerconnectionfactory.h

Issue 1374253002: Added functions on libjingle API to start and stop the recording of an RtcEventLog. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added functions to start and stop logging. Created 5 years, 3 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 | « no previous file | talk/app/webrtc/peerconnectionfactory.cc » ('j') | talk/app/webrtc/peerconnectionfactory.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/peerconnectionfactory.h
diff --git a/talk/app/webrtc/peerconnectionfactory.h b/talk/app/webrtc/peerconnectionfactory.h
index c5855f452b76cc4be2be35d3e6e7c91c5d0d2ef6..b7edd21040be2f30404e999712cff45c9a1c98c6 100644
--- a/talk/app/webrtc/peerconnectionfactory.h
+++ b/talk/app/webrtc/peerconnectionfactory.h
@@ -79,6 +79,8 @@ class PeerConnectionFactory : public PeerConnectionFactoryInterface {
AudioSourceInterface* audio_source) override;
bool StartAecDump(rtc::PlatformFile file) override;
+ bool StartRtcEventLog(rtc::PlatformFile file) override;
Henrik Grunell WebRTC 2015/10/02 10:23:42 Although not ideal, this is afaik the most reasona
terelius 2015/10/02 12:16:26 So is there a reason for having the ChannelManager
Henrik Grunell WebRTC 2015/10/02 12:23:40 I don't know. I'm not the right person to answer t
terelius 2015/10/02 12:46:34 Acknowledged.
+ void StopRtcEventLog() override;
terelius 2015/10/02 10:07:14 I'm not very familiar with the PeerConnection and
ivoc 2015/10/05 14:16:32 I think one of the problems is that there can be m
pthatcher1 2015/10/06 20:49:09 But why is this logging tied to the voice engine?
ivoc 2015/10/07 14:27:27 The current place of the logging object is a tempo
virtual cricket::ChannelManager* channel_manager();
virtual rtc::Thread* signaling_thread();
« no previous file with comments | « no previous file | talk/app/webrtc/peerconnectionfactory.cc » ('j') | talk/app/webrtc/peerconnectionfactory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698