Hello
I am looking to use the Vivox server web API to manage voice chat users on the game server.
I have a few questions about the viv_signin.php login process required for API access:
In the Vivox documentation, the URL is provided as
https://mt1s.www.vivox.com/api2/viv_signin.php?userid=<ADMIN_ID>&pwd=<ADMIN_PWD>.
Should I use mt1s, or should I use mtu1xp, which is the domain on the Unity Vivox Dashboard?
In https://mtu1xp.www.vivox.com/api2/viv_signin.php?userid=<ADMIN_ID>&pwd=<ADMIN_PWD>,
what accounts do <ADMIN_ID> and <ADMIN_PWD> correspond to? Are they simply Unity accounts?
Any assistance on these questions would be greatly appreciated.
Thank you