| Index: webrtc/audio/audio_receive_stream.cc
|
| diff --git a/webrtc/audio/audio_receive_stream.cc b/webrtc/audio/audio_receive_stream.cc
|
| index 8da0616f1d3eb4f531361daf0e16ab5e7faebec9..f46337afd139e8e1175693e90820058ba6d90c00 100644
|
| --- a/webrtc/audio/audio_receive_stream.cc
|
| +++ b/webrtc/audio/audio_receive_stream.cc
|
| @@ -293,7 +293,7 @@ int AudioReceiveStream::PreferredSampleRate() const {
|
| }
|
|
|
| int AudioReceiveStream::Ssrc() const {
|
| - return config_.rtp.local_ssrc;
|
| + return config_.rtp.remote_ssrc;
|
| }
|
|
|
| internal::AudioState* AudioReceiveStream::audio_state() const {
|
|
|