change vivox url from https:// to http:// (merge issue)

LSLKeyTest
UbitUmarov 2015-12-11 19:44:42 +00:00
parent b35d3a3134
commit b63a7d7705
1 changed files with 1 additions and 2 deletions

View File

@ -749,8 +749,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
return channelUri;
}
private static readonly string m_vivoxLoginPath = "https://{0}/api2/viv_signin.php?userid={1}&pwd={2}";
private static readonly string m_vivoxLoginPath = "http://{0}/api2/viv_signin.php?userid={1}&pwd={2}";
/// <summary>
/// Perform administrative login for Vivox.