diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-03-05 11:05:31 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-03-05 11:05:31 -0800 |
commit | 6d5304bd921d765dfa7e1ab6d5d0e0b64dea11f1 (patch) | |
tree | 1294a623f992d561cd817ec549c19a79198879c1 /indra/newview/llvoicevivox.cpp | |
parent | f4c1e2e795f17ff57b75b774c02b5c9bb1c53901 (diff) |
For webrtc, 'calling' dialog should remain up, disappearing when peer connects (p2p)
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r-- | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 4562dd89fc..529abff01b 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -4917,7 +4917,7 @@ void LLVivoxVoiceClient::joinSession(const sessionStatePtr_t &session) } } -void LLVivoxVoiceClient::setNonSpatialChannel(const LLSD& channelInfo, bool hangup_on_last_leave) +void LLVivoxVoiceClient::setNonSpatialChannel(const LLSD& channelInfo, bool notify_on_first_join, bool hangup_on_last_leave) { switchChannel(channelInfo["channel_uri"].asString(), false, false, false, channelInfo["channel_credentials"].asString()); } |