기술 자료

​
​

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

Channel management

Understand the different channel options in Vivox.
읽는 시간 2분
최근 업데이트: 8달 전

Channel management primarily focuses on selecting appropriate channel IDs and identifying code paths for joining and leaving channels, in addition to authorizing those operations.
By default, channels are named and created on an ad-hoc basis. The process for joining channels is regulated by a game server authorization code before joining. The selection of appropriate unique channel IDs is important, as is associating the IDs with relevant in-game data, such as parties, teams, lobbies, and guilds. You can use this identifier in an authenticated channel join request to allow a user to perform an authorized join.
By default, channels have the following properties:
  • They persist only as long as there is at least one occupant.
  • They have no persistent state, and are not managed by any form of access control from within the Vivox network.
  • Channels are created at the moment a first join request is sent.
  • Access to the channel and secured third-party actions, for example, kick and moderator mute, must be authorized by the game server with an access token before a user can perform the action.

Types of channels

There are special channel types that you can use in certain specific or unusual circumstances. For example, the echo channel, static channels, and the 3D positional channel. These special channel types require additional setup and configuration, demand additional resources to provision, and are recommended only for use in cases where standard ephemeral channels are inadequate.
The following list details special channels and their properties:
  • Persistent/semi-persistent channels
    • Persist beyond the lifetime of the last remaining occupant and require dedicated resources to maintain.
    • You can configure them to spin down after a specified period of inactivity.
  • 3D positional audio channels
    • A persistent channel that enables a user's transmitted audio to originate from a discrete positional 3D space.
    • Requires additional dedicated resources to maintain.
  • Echo channels
    • Transmit and receive the user's own voice communication for testing purposes.
    • Don't allow for communication between users.
참고
Default channels are generally enough for most use cases. Echo channels are useful for both internal development and testing, and for providing an audio test environment for the user.

Additional resources

  • Channels
  • Channel names
  • Join a channel

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

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

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

  • 보고 있는 페이지
    • Types of channels

    • Additional resources


이 페이지의 문제 보고