change vivox url from https:// to http:// still another
parent
6ea43d6014
commit
5c39d9790e
|
@ -197,7 +197,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_vivoxVoiceAccountApi = String.Format("https://{0}/api2", m_vivoxServer);
|
m_vivoxVoiceAccountApi = String.Format("http://{0}/api2", m_vivoxServer);
|
||||||
|
|
||||||
// Admin interface required values
|
// Admin interface required values
|
||||||
if (String.IsNullOrEmpty(m_vivoxServer) ||
|
if (String.IsNullOrEmpty(m_vivoxServer) ||
|
||||||
|
|
Loading…
Reference in New Issue