mantis 8674: give up asking viewers to use htts on vivox. Several just fail

master
UbitUmarov 2020-03-15 22:13:31 +00:00
parent 63c5da539f
commit cfef190424
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
return;
}
m_vivoxVoiceAccountApi = String.Format("https://{0}:443/api2", m_vivoxServer); // fs seems to not like https here
//m_vivoxVoiceAccountApi = String.Format("https://{0}:443/api2", m_vivoxServer);
m_vivoxVoiceAccountApi = String.Format("http://{0}/api2", m_vivoxServer); // fs <6.3 seems to not like https here
if (!Uri.TryCreate(m_vivoxVoiceAccountApi, UriKind.Absolute, out Uri accoutURI))
{
m_log.Error("[VivoxVoice] invalid vivox server");