Merge pull request #2522 from secondlife/roxie/webrtc-281

Don't enable vivox spatial when teleporting while in a webrtc conference/p2p/group call
master
Roxanne Skelly 2024-09-06 13:40:25 -07:00 committed by GitHub
commit 9ce23ccc5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}