change vivox url from https:// to http:// still another

LSLKeyTest
UbitUmarov 2015-12-11 19:50:22 +00:00
parent 6ea43d6014
commit 5c39d9790e
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
break;
}
m_vivoxVoiceAccountApi = String.Format("https://{0}/api2", m_vivoxServer);
m_vivoxVoiceAccountApi = String.Format("http://{0}/api2", m_vivoxServer);
// Admin interface required values
if (String.IsNullOrEmpty(m_vivoxServer) ||