We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b021f commit 28edf9eCopy full SHA for 28edf9e
indra/newview/llvoicewebrtc.cpp
@@ -985,8 +985,8 @@ void LLWebRTCVoiceClient::updatePosition(void)
985
LLWebRTCVoiceClient::participantStatePtr_t participant = findParticipantByID("Estate", gAgentID);
986
if(participant)
987
{
988
- if (participant->mRegion != gAgent.getRegion()->getRegionID()) {
989
- participant->mRegion = gAgent.getRegion()->getRegionID();
+ if (participant->mRegion != region->getRegionID()) {
+ participant->mRegion = region->getRegionID();
990
setMuteMic(mMuteMic);
991
}
992
0 commit comments