diff options
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r-- | indra/newview/llvoicewebrtc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h index 0e8ac3a183..03bbe00162 100644 --- a/indra/newview/llvoicewebrtc.h +++ b/indra/newview/llvoicewebrtc.h @@ -146,7 +146,8 @@ public: bool setSpatialChannel(const LLSD &channelInfo) override { - processChannels(true); + // we don't really have credentials for a spatial channel in webrtc, + // it's all handled by the sim. return true; } |