기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Core SDK

Vivox Core SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Vivox
​
​
Vivox Core SDK
  • Overview
  • Before you begin
  • Get started
  • Release notes
  • Developer Guide
  • Reference
  • Privacy overview
  1. Vivox Core SDK documentation

Initial implementation check list

Review implementation requirements and checklist.
읽는 시간 1분
최근 업데이트: 8달 전

The following list details a condensed version of the tasks that are required for completing a basic Vivox voice integration. For a more in-depth explanation follow the Integration guide.
  1. Add Vivox DLLs and header files to the client build process.
  2. Select a client code path for logging the user in to the Vivox network (for example, a character sign-in, a lobby, or a match). See Planning and organization for more details on in-game flows.
  3. Use anonymous logins and the echo channel (
    sip:confctl-2@\<your vivox domain>
    ) until basic integration testing is complete.
  4. Add console commands to perform the following actions:
    • Set the render device volume
    • Set the microphone volume
    • Mute and unmute the microphone
    • Set a push-to-talk (PTT) key
    • Set the Vivox log level for debugging purposes
    • Optional: Dynamically join a channel when a SIP URI is provided as a parameter
  5. Switch to enforced access-token-authenticated logins after basic settings have been tested and are verified to be working.
  6. If you are using 3D channels, send positional updates for the channel by using the Vivox APIs as necessary (not for every frame).
  7. Create a code handler for the
    vx_evt_account_login_state_change
    event.
  8. Create a code handler for the
    vx_evt_media_stream_updated
    event, check
    status_code
    and
    status_string
    .
    This handles a disconnected state, such as a voice server dropping an end user.
  9. Create a code handler for the
    vx_evt_participant_updated
    event for speaking indicators.
  10. Update the existing event handlers to update UI elements to reflect the correct state and expose the User settings you created.

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

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

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


    이 페이지의 문제 보고