change vivox url from https:// to http:// (merge issue)
parent
b35d3a3134
commit
b63a7d7705
|
@ -749,8 +749,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.VivoxVoice
|
||||||
return channelUri;
|
return channelUri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static readonly string m_vivoxLoginPath = "http://{0}/api2/viv_signin.php?userid={1}&pwd={2}";
|
||||||
private static readonly string m_vivoxLoginPath = "https://{0}/api2/viv_signin.php?userid={1}&pwd={2}";
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Perform administrative login for Vivox.
|
/// Perform administrative login for Vivox.
|
||||||
|
|
Loading…
Reference in New Issue