| Index: webrtc/api/peerconnection.h
|
| diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h
|
| index 70fd86779f538ad07df0308c65c08cfbacd2ab22..6d49e360debe864cb53bea418b29c19af0b0a6aa 100644
|
| --- a/webrtc/api/peerconnection.h
|
| +++ b/webrtc/api/peerconnection.h
|
| @@ -145,6 +145,7 @@ class PeerConnection : public PeerConnectionInterface,
|
| void Close() override;
|
|
|
| sigslot::signal1<DataChannel*> SignalDataChannelCreated;
|
| + std::vector<uint32_t> GetRemoteAudioTrackSsrcs() override;
|
|
|
| // Virtual for unit tests.
|
| virtual const std::vector<rtc::scoped_refptr<DataChannel>>&
|
|
|