Index: webrtc/pc/channel.h |
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h |
index 48259e5fd9d7732b94c4deaa817265edf5b85b59..a5423a4748599212eb53f311e395152d48ef6127 100644 |
--- a/webrtc/pc/channel.h |
+++ b/webrtc/pc/channel.h |
@@ -470,6 +470,7 @@ class VoiceChannel : public BaseChannel { |
bool GetStats(VoiceMediaInfo* stats); |
std::vector<webrtc::RtpSource> GetSources(uint32_t ssrc) const; |
+ std::vector<webrtc::RtpSource> GetSources_w(uint32_t ssrc) const; |
// Monitoring functions |
sigslot::signal2<VoiceChannel*, const std::vector<ConnectionInfo>&> |