diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-03-13 11:36:21 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-03-13 11:36:21 -0700 |
commit | e5a7c9cc4e4f80d94d939009aa3aee7b50e0b12c (patch) | |
tree | f0c22890b7e0da04e5c68308c8df99e64f439e22 /indra/newview/llimview.cpp | |
parent | 76460e8c2c33af185ae8641775d5673fcdab0759 (diff) |
some comments; allow proximal channel to retry when it drops
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r-- | indra/newview/llimview.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 921e757b58..215cc4103b 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -87,7 +87,10 @@ const S32 XL8_PADDING = 3; // XL8_START_TAG.size() + XL8_END_TAG.size() /** Timeout of outgoing session initialization (in seconds) */ const static U32 SESSION_INITIALIZATION_TIMEOUT = 30; - +// This enum corresponds to the sim's and adds P2P_CHAT_SESSION, +// as webrtc uses the multiagent chat mechanism for p2p calls, +// instead of relying on vivox calling. +// Don't change this without consulting a server developer. enum EMultiAgentChatSessionType { GROUP_CHAT_SESSION = 0, |