diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h index c3e5207e96..541a6b4e2e 100644 --- a/api/peer_connection_interface.h +++ b/api/peer_connection_interface.h @@ -1057,9 +1057,9 @@ class PeerConnectionInterface : public rtc::RefCountInterface { // Starts RtcEventLog using existing file. Takes ownership of |file| and // passes it on to Call, which will take the ownership. If the - // operation fails the file will be closed. The logging will stop - // automatically after 10 minutes have passed, or when the StopRtcEventLog - // function is called. + // operation fails the file will be closed. + // The logging will stop when |max_size_bytes| is reached or when the + // StopRtcEventLog function is called. // TODO(eladalon): Deprecate and remove this. virtual bool StartRtcEventLog(rtc::PlatformFile file, int64_t max_size_bytes);