Index: webrtc/pc/channel.h |
diff --git a/webrtc/pc/channel.h b/webrtc/pc/channel.h |
index 0abdaf2b2a9252eabe76c31d3728f122d7349b01..6770cb4e8f063ed272e97bf3975c5a668de6631a 100644 |
--- a/webrtc/pc/channel.h |
+++ b/webrtc/pc/channel.h |
@@ -472,6 +472,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>&> |