diff options
author | Roxanne Skelly <roxanne@roxiware.com> | 2024-05-03 15:07:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-03 15:07:20 -0700 |
commit | 818c8c6deaa755c02b64fb03766ee03d66021968 (patch) | |
tree | 75bf206410bff1c655a15dd80ca05abdab81f581 /indra/newview/app_settings/settings.xml | |
parent | b425165addbe1c141e050556ff4aa18c8d042dab (diff) | |
parent | cce51e98b188371fa864291f943452188d0e0a94 (diff) |
Merge pull request #1401 from secondlife/webrtc-voice
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 0de6db0d65..3ac1844f8e 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -15155,13 +15155,13 @@ <key>VoiceServerType</key> <map> <key>Comment</key> - <string>The type of voice server to connect to.</string> + <string>The type of voice server to use for group, conference, and p2p calls.</string> <key>Persist</key> <integer>0</integer> <key>Type</key> <string>String</string> <key>Value</key> - <string>webrtc</string> + <string/> </map> <key>WLSkyDetail</key> <map> |