Documentation

Support

Vivox Core SDK

Vivox Core SDK

Assign a unique username

Understand how to craft a unique account name for each user.
Read time 1 minuteLast updated 20 hours ago

Vivox account usernames

The first step in logging in to Vivox services is to craft a unique account name for each user who intends to utilize voice or other services. You should use the same account name for the same player every time they play the game. The account name should be unique but also abstracted from any identifiable information. For example, don’t use a user's PlayStation or Xbox name, or real name. The usernames need to be generated by your game server, not assigned by Vivox. This account name will be utilized regularly in subsequent requests to the Vivox servers. For more details about account name syntax and login requests, refer to Sign in to a game. The following are example methods for transmuting and forming usernames:
Hash Input:
lemmings Output (MD5):
98E1F108B5E78847DEC7FFF9CA486576
Identifying Code (Example: VIN) Input:
<game region>, <game shard>, <game channel>, <user number> Output:
030104_16
<game region><game shard><game channel>_<user number>
Results: .issuer-ba63.98E1F108B5E78847DEC7FFF9CA486576.Results: .issuer-ba63.030104_16.
Next step is to generate a login access token.