| Index: webrtc/audio/audio_receive_stream.cc
|
| diff --git a/webrtc/audio/audio_receive_stream.cc b/webrtc/audio/audio_receive_stream.cc
|
| index 81ffdade5ce62a4029e633b6f70f51d0e623e5b9..fb2b4d011d2743045e9b7436c150dddf0c4e64a1 100644
|
| --- a/webrtc/audio/audio_receive_stream.cc
|
| +++ b/webrtc/audio/audio_receive_stream.cc
|
| @@ -312,7 +312,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 {
|
|
|