Merge pull request #2522 from secondlife/roxie/webrtc-281
Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/group callmaster
commit
9ce23ccc5e
|
|
@ -256,8 +256,8 @@ void LLVoiceClient::setSpatialVoiceModule(const std::string &voice_server_type)
|
|||
if (inProximalChannel())
|
||||
{
|
||||
mSpatialVoiceModule->processChannels(false);
|
||||
module->processChannels(true);
|
||||
}
|
||||
module->processChannels(true);
|
||||
mSpatialVoiceModule = module;
|
||||
mSpatialVoiceModule->updateSettings();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue