diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2026-08-04 22:34:18 +0300 |
|---|---|---|
| committer | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2026-08-05 14:58:45 +0300 |
| commit | 15aa46f58fb2e71e7f3b72d09b35abeac403fa34 (patch) | |
| tree | 50906fd91105f639c4544f18c70a269ada69a7ec | |
| parent | cef8c85e2c70adbc42d9c2e4894633ad657f355d (diff) | |
#6042 Explain local network access for voice chat
| -rw-r--r-- | indra/newview/Info-SecondLife.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/Info-SecondLife.plist b/indra/newview/Info-SecondLife.plist index 09b0e1ec1b..506b2b8a60 100644 --- a/indra/newview/Info-SecondLife.plist +++ b/indra/newview/Info-SecondLife.plist @@ -34,6 +34,8 @@ <string>${MACOSX_BUNDLE_COPYRIGHT}</string> <key>NSMicrophoneUsageDescription</key> <string>For voice chat, you must grant permission for Second Life to use the microphone.</string> + <key>NSLocalNetworkUsageDescription</key> + <string>Second Life uses WebRTC for voice chat, which may require local network access while establishing the voice connection.</string> <key>CFBundleDocumentTypes</key> <array> <dict> |
