Index: webrtc/pc/rtpreceiver.h |
diff --git a/webrtc/pc/rtpreceiver.h b/webrtc/pc/rtpreceiver.h |
index 513f90c7ab3d9a00796868fe32a85bf5069e7d85..9853f9824eb5f0c7e77aa42229543faba6923c25 100644 |
--- a/webrtc/pc/rtpreceiver.h |
+++ b/webrtc/pc/rtpreceiver.h |
@@ -88,6 +88,8 @@ class AudioRtpReceiver : public ObserverInterface, |
// Should call SetChannel(nullptr) before |channel| is destroyed. |
void SetChannel(cricket::VoiceChannel* channel); |
+ std::vector<RtpSource> GetSources() const override; |
+ |
private: |
void Reconfigure(); |
void OnFirstPacketReceived(cricket::BaseChannel* channel); |