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(); |