From 967534352be21b23df96020f40c6449b2501e5b1 Mon Sep 17 00:00:00 2001 From: Roxie Linden Date: Tue, 5 Mar 2024 20:55:13 -0800 Subject: more p2p logic fixes --- indra/newview/llvoicechannel.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'indra/newview/llvoicechannel.h') diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h index 21f6536b60..5e6b769bef 100644 --- a/indra/newview/llvoicechannel.h +++ b/indra/newview/llvoicechannel.h @@ -136,7 +136,9 @@ private: class LLVoiceChannelGroup : public LLVoiceChannel { public: - LLVoiceChannelGroup(const LLUUID& session_id, const std::string& session_name, bool notify_on_first_join, bool hangup_on_last_leave); + LLVoiceChannelGroup(const LLUUID& session_id, + const std::string& session_name, + bool is_p2p); void handleStatusChange(EStatusType status) override; void handleError(EStatusType status) override; @@ -153,8 +155,7 @@ private: U32 mRetries; BOOL mIsRetrying; - bool mHangupOnLastLeave; - bool mNotifyOnFirstJoin; + bool mIsP2P; }; class LLVoiceChannelProximal : public LLVoiceChannel, public LLSingleton -- cgit v1.2.3