文档

​
​

Development

User Acquisition

Monetization

工业

Vivox Core SDK

Vivox Core SDK

此页面不支持所选语言。
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
    • Integration guide
    • Quick start guide
      • Initializing Vivox
      • Logging in
      • Assign a unique username
      • Generate a login access token
      • Submit a login request
      • Joining and leaving channels
      • Generate and submit a join token
      • Process join responses and events
      • Handle join errors
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Assign a unique username

Understand how to craft a unique account name for each user.
阅读时间1 分钟
最后更新于 23 天前

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.
注意
Vivox responds with the account name sent to it, your client or server will need to map the abstracted username back to the original user.
Next step is to generate a login access token.

Copyright © 2026 Unity Technologies
法律信息隐私政策CookiesDocumentation Terms of Use请勿出售或分享我的个人信息您的隐私选择(Cookie 设置)

“Unity”、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属公司在美国和其他地方的商标或注册商标(此处查看更多信息)。其他名称或品牌是其各自所有者的商标。

为方便起见,一些页面是机器翻译的,可能包含不准确的内容。如有信息不一致的情况,以英文版本为准。

  • 在本页上
    • Vivox account usernames


报告此页面的问题