기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Vivox Unreal SDK

Vivox Unreal SDK

이 페이지는 선택한 언어로 제공되지 않습니다.
Vivox
​
​
Vivox Unreal SDK
  • Overview
  • Get started
  • Release notes
  • Developer guide
  • Tutorials
  • Reference
    • Vivox Core Unreal class model overview
    • Vivox Unreal conventions
    • Unreal API Reference Manual
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
      • Prerequisites
      • Authentication
      • Access tokens
      • Channel and user identification
      • Parameters
      • Login API
      • Control active channels API
      • Kick API
      • Error handling
    • Third-party license information
  1. Vivox Unreal SDK documentation

Login API

Reference the Login API for user authentication.
읽는 시간 1분
최근 업데이트: 8달 전

The game server uses
/api2/viv_signin.php
to sign in to the Vivox service and obtain an
auth_token
.
  • A successful
    viv_signin.php
    call returns an
    auth_token
    in the response.
  • The
    auth_token
    authenticates subsequence web requests.
Use the following parameters to perform a sign in action:
  • userid - The Vivox username of the user to sign in.
  • pwd - The password associated with the userid.
The following example displays the URL structure to use when you call
viv_signin.php
:
https://mt1s.www.vivox.com/api2/viv_signin.php?userid=Vivox-RuneRun-dev-Admin&pwd=aKDnh2FIyHeyzwBd
The following code displays the response for this example.
<response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.vivox.com" xsi:schemaLocation="/xsd/response.xsd"> <level0> <status>OK</status> <body> <status>Ok</status> <sip_qval>1</sip_qval> <loginname>Vivox-RuneRun-dev-Admin</loginname> <displayname/> <account_id>161</account_id> <auth_token> Vivox-RuneRun-dev-Admin:1540215742:3b0182741a3ebd92487a640d9e16d50e:10.5.255.168 </auth_token> <sip_acct>sip:Vivox-RuneRun-dev-Admin@mt1s.vivox.com</sip_acct> <sip_uri>sip:Vivox-RuneRun-dev-Admin@mt1s.vivox.com</sip_uri> <sip_displayname/> </body> </level0></response>

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

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

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


    이 페이지의 문제 보고