commit | 4f4ec0a9270a8cefadfa12e9fa3b979b58b15392 | [log] [tgz] |
---|---|---|
author | Fredrik Solenberg <solenberg@webrtc.org> | Thu Oct 22 08:49:27 2015 |
committer | Fredrik Solenberg <solenberg@webrtc.org> | Thu Oct 22 08:49:39 2015 |
tree | 0390adcc45f0e22808a4d3c6ce94a3716b7c8ce2 | |
parent | b1ce663d16e0aa882aa4767ea8404f8c48a7370d [diff] [blame] |
Re-Land: Implement AudioReceiveStream::GetStats(). R=tommi@webrtc.org BUG=webrtc:4690 Committed: https://chromium.googlesource.com/external/webrtc/+/a457752f4afc496ed7f4d6b584b08d8635f18cc0 Review URL: https://codereview.webrtc.org/1390753002 . Cr-Commit-Position: refs/heads/master@{#10369}
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h index 2b9dcee..4a645b4 100644 --- a/webrtc/test/call_test.h +++ b/webrtc/test/call_test.h
@@ -52,6 +52,7 @@ const Call::Config& receiver_config); void CreateSenderCall(const Call::Config& config); void CreateReceiverCall(const Call::Config& config); + void DestroyCalls(); void CreateSendConfig(size_t num_streams, Transport* send_transport); void CreateMatchingReceiveConfigs(Transport* rtcp_send_transport);