diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-14 20:48:33 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:34 -0800 |
commit | 162c38f1d56246eb382a80b6a99703a839082b2c (patch) | |
tree | ecd615cd88698f7530ad60465ff42de3b29061fd /indra/newview/llvoicewebrtc.h | |
parent | c01d83b5302afb48c8cad9954a58f294c2bd0a78 (diff) |
Remove bad session from janus when negotation fails and is retried.
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r-- | indra/newview/llvoicewebrtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h index 0dad2909d4..eb3893fe2b 100644 --- a/indra/newview/llvoicewebrtc.h +++ b/indra/newview/llvoicewebrtc.h @@ -669,8 +669,6 @@ private: return mVoiceControlState; } - bool endAndDisconnectSession(); - bool callbackEndDaemon(const LLSD& data); bool provisionVoiceAccount(); void OnVoiceAccountProvisioned(const LLSD& body); |