기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Core SDK

Vivox Core SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
    • Integration guide
      • Phase 1: Planning and organization
        • Login management
        • Channel management
        • Game server integration
        • Authorization
        • Voice-related logging
        • User settings
        • UI integration
      • Phase 2: Implementation
      • Phase 3: Testing
    • Quick start guide
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Login management

Learn about login management and user identification.
읽는 시간 2분
최근 업데이트: 8달 전

Login management primarily focuses on selecting user IDs and identifying game client code paths to perform client-side login and authorization. The typical solution for signing in to the Vivox network is to associate your user's in-game account or character ID with a separately generated unique user ID or to use the account ID directly for identification.
Your game implementation must approve users who sign in to the Vivox network in advance. After a sign-in is approved, the game assigns a user ID to the client and instructs it to sign in with a provided access token. The client then signs in, is associated with the user ID that is provided, and can then perform voice operations within the Vivox network.

User identification

Several Vivox features rely upon the re-use of a player’s Vivox username or account ID. It’s important to remember to not send Vivox actual account names, or any identifiable information, such as a Vivox username or account ID. There must be a 1:1 relationship between your created ID for each session a player is logged in.
Because user IDs are selected on an ad-hoc basis and aren't preserved across sessions, it's important to select a unique ID that either persists with your game's user data or is newly generated during each successive sign-in.
For example, Player1 is hashed to 1a2b3c4d5e6f7g the first time they access Vivox through your game. The next time they access Vivox services through your game they will again be assigned 1a2b3c4d5e6f7g.
Special cases exist in which you can create permanent, persisted, password-authenticated users for your game server or for administrative purposes. You can create these accounts by using the Admin API. For more information, see the API Reference documentation.
참고
Signing in can take several seconds to complete. It's recommended that sign in is performed at a point in the game flow where this process will go unnoticed.

Additional resources

  • Authenticate users with Vivox Access Tokens
  • Sign in to a game
  • Sign in to channels

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • User identification

    • Additional resources


이 페이지의 문제 보고