Index: webrtc/api/peerconnectionproxy.h |
diff --git a/webrtc/api/peerconnectionproxy.h b/webrtc/api/peerconnectionproxy.h |
index f002014846a242a32bb0279becb05045a5478782..4934ac79b628085e86a52388078825ee81c946c7 100644 |
--- a/webrtc/api/peerconnectionproxy.h |
+++ b/webrtc/api/peerconnectionproxy.h |
@@ -78,6 +78,7 @@ BEGIN_SIGNALING_PROXY_MAP(PeerConnection) |
PROXY_METHOD2(bool, StartRtcEventLog, rtc::PlatformFile, int64_t) |
PROXY_METHOD0(void, StopRtcEventLog) |
PROXY_METHOD0(void, Close) |
+ PROXY_METHOD0(std::vector<uint32_t>, GetRemoteAudioTrackSsrcs) |
END_SIGNALING_PROXY() |
} // namespace webrtc |