summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicewebrtc.h
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-10-22 19:19:53 +0800
committerErik Kundiman <erik@megapahit.org>2025-10-22 19:19:53 +0800
commitbde975ccc6919a05f526fc31cd187071543a51d9 (patch)
tree11ed210ddda29d17a4270cb1e6821d9afcfcb3b8 /indra/newview/llvoicewebrtc.h
parentdc8cd76c98360e66833b298cdbdc423f3871c4e3 (diff)
parent57a9e51360aebf142bbbdc2663f68ebacfb7d8f5 (diff)
Merge tag 'Second_Life_Release#57a9e513-2025.07' into 2025.07
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r--indra/newview/llvoicewebrtc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h
index 4c40ebcffb..0c658803db 100644
--- a/indra/newview/llvoicewebrtc.h
+++ b/indra/newview/llvoicewebrtc.h
@@ -204,7 +204,7 @@ public:
//@}
// authorize the user
- void userAuthorized(const std::string &user_id, const LLUUID &agentID) override {};
+ void userAuthorized(const std::string &user_id, const LLUUID &agentID) override;
void OnConnectionEstablished(const std::string& channelID, const LLUUID& regionID);
@@ -443,6 +443,8 @@ public:
boost::signals2::connection mAvatarNameCacheConnection;
private:
+ // init or restart the WebRTC device interface.
+ void initWebRTC();
// Coroutine support methods
//---