aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Avatar/Voice
diff options
context:
space:
mode:
authorUbitUmarov2015-12-11 19:50:22 +0000
committerUbitUmarov2015-12-11 19:50:22 +0000
commit5c39d9790e6e7520cb27001a2921637c675287a8 (patch)
tree15c273110e6ccb59716a4de899d050369f997693 /OpenSim/Region/OptionalModules/Avatar/Voice
parentchange vivox url from https:// to http:// missed several (diff)
downloadopensim-SC_OLD-5c39d9790e6e7520cb27001a2921637c675287a8.zip
opensim-SC_OLD-5c39d9790e6e7520cb27001a2921637c675287a8.tar.gz
opensim-SC_OLD-5c39d9790e6e7520cb27001a2921637c675287a8.tar.bz2
opensim-SC_OLD-5c39d9790e6e7520cb27001a2921637c675287a8.tar.xz
change vivox url from https:// to http:// still another
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/Voice')
-rw-r--r--OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
index 16a3780..5ea4a31 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Voice/VivoxVoice/VivoxVoiceModule.cs
@@ -197,7 +197,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
197 break; 197 break;
198 } 198 }
199 199
200 m_vivoxVoiceAccountApi = String.Format("https://{0}/api2", m_vivoxServer); 200 m_vivoxVoiceAccountApi = String.Format("http://{0}/api2", m_vivoxServer);
201 201
202 // Admin interface required values 202 // Admin interface required values
203 if (String.IsNullOrEmpty(m_vivoxServer) || 203 if (String.IsNullOrEmpty(m_vivoxServer) ||