| Index: remoting/protocol/session_config.cc
|
| diff --git a/remoting/protocol/session_config.cc b/remoting/protocol/session_config.cc
|
| index 28ffc199c1d94e8d3375acbc98f5d29bdd4b4c1a..f825302d9b74f715ea4396ff9df3f4e71a11297e 100644
|
| --- a/remoting/protocol/session_config.cc
|
| +++ b/remoting/protocol/session_config.cc
|
| @@ -198,6 +198,10 @@ scoped_ptr<CandidateSessionConfig> CandidateSessionConfig::CreateDefault() {
|
| result->mutable_audio_configs()->push_back(
|
| ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM,
|
| kDefaultStreamVersion,
|
| + ChannelConfig::CODEC_OPUS));
|
| + result->mutable_audio_configs()->push_back(
|
| + ChannelConfig(ChannelConfig::TRANSPORT_MUX_STREAM,
|
| + kDefaultStreamVersion,
|
| ChannelConfig::CODEC_SPEEX));
|
| result->mutable_audio_configs()->push_back(
|
| ChannelConfig(ChannelConfig::TRANSPORT_STREAM,
|
|
|