기술 자료

​
​

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
    • Access Token Developer Guide
    • Server to Server Web API Reference Guide
    • Core API Reference Manual
      • Modules
        • Initialization
        • Sending and Receiving Vivox Messages
        • Memory Management
        • Logging In and Logging Out
        • Group Voice and Text Communications
        • Audio Devices
        • Diagnostics
      • Data Structures
      • Deprecated List
    • Third-party license information
  • Privacy overview
  1. Vivox Core SDK documentation

Logging In and Logging Out

Reference the Vivox Core SDK API.
읽는 시간 4분
최근 업데이트: 8달 전

Classes

Name

structvx_req_account_login
structvx_req_account_authtoken_login
structvx_req_account_anonymous_login
Log in anonymously to the Vivox network.
structvx_req_account_logout
Log a user out of the Vivox system.
structvx_resp_account_login
structvx_resp_account_authtoken_login
structvx_resp_account_anonymous_login
The response for vx_req_account_anonymous_login.
structvx_resp_account_logout
The response for vx_req_account_logout.
structvx_evt_account_login_state_change
Sent whenever the login state of the particular account has transitioned from one value to another.

Types

Name

typedef struct vx_req_account_loginvx_req_account_login_t
typedef struct vx_req_account_authtoken_loginvx_req_account_authtoken_login_t
typedef struct vx_req_account_anonymous_loginvx_req_account_anonymous_login_t
Log in anonymously to the Vivox network.
typedef struct vx_req_account_logoutvx_req_account_logout_t
Log a user out of the Vivox system.
typedef struct vx_resp_account_loginvx_resp_account_login_t
typedef struct vx_resp_account_authtoken_loginvx_resp_account_authtoken_login_t
typedef struct vx_resp_account_anonymous_loginvx_resp_account_anonymous_login_t
The response for vx_req_account_anonymous_login.
typedef struct vx_resp_account_logoutvx_resp_account_logout_t
The response for vx_req_account_logout.
typedef struct vx_evt_account_login_state_changevx_evt_account_login_state_change_t
Sent whenever the login state of the particular account has transitioned from one value to another.

Functions

Name

VIVOXSDK_DLLEXPORT intvx_req_account_login_create(vx_req_account_login_t ** req)
Allocate and initialize a vx_req_account_login object.
VIVOXSDK_DLLEXPORT intvx_req_account_authtoken_login_create(vx_req_account_authtoken_login_t ** req)
Allocate and initialize a vx_req_account_authtoken_login object.
VIVOXSDK_DLLEXPORT intvx_req_account_anonymous_login_create(vx_req_account_anonymous_login_t ** req)
Allocate and initialize a vx_req_account_anonymous_login object.
VIVOXSDK_DLLEXPORT intvx_req_account_logout_create(vx_req_account_logout_t ** req)
Allocate and initialize a vx_req_account_logout object.

Types Documentation

typedef vx_req_account_login_t

typedef struct vx_req_account_login vx_req_account_login_t;
See: vx_resp_account_login
Note: This can only be called after connector initialization has successfully completed.

typedef vx_req_account_authtoken_login_t

typedef struct vx_req_account_authtoken_login vx_req_account_authtoken_login_t;
See: vx_resp_account_authtoken_login
Note: This can only be called after connector initialization has successfully completed.

typedef vx_req_account_anonymous_login_t

typedef struct vx_req_account_anonymous_login vx_req_account_anonymous_login_t;
Log in anonymously to the Vivox network.
See: vx_resp_account_anonymous_login
Note: This can only be called after connector initialization has successfully completed.
This allows a user to log in and receive a temporary SIP URI and a user-generated display name, if supplied.

typedef vx_req_account_logout_t

typedef struct vx_req_account_logout vx_req_account_logout_t;
Log a user out of the Vivox system.
See: vx_resp_account_logout

typedef vx_resp_account_login_t

typedef struct vx_resp_account_login vx_resp_account_login_t;
See: vx_req_account_login

typedef vx_resp_account_authtoken_login_t

typedef struct vx_resp_account_authtoken_login vx_resp_account_authtoken_login_t;
See: vx_req_account_authtoken_login

typedef vx_resp_account_anonymous_login_t

typedef struct vx_resp_account_anonymous_login vx_resp_account_anonymous_login_t;
The response for vx_req_account_anonymous_login.
See: vx_req_account_anonymous_login

typedef vx_resp_account_logout_t

typedef struct vx_resp_account_logout vx_resp_account_logout_t;
The response for vx_req_account_logout.
See: vx_req_account_logout

typedef vx_evt_account_login_state_change_t

typedef struct vx_evt_account_login_state_change vx_evt_account_login_state_change_t;
Sent whenever the login state of the particular account has transitioned from one value to another.

Functions Documentation

function vx_req_account_login_create

VIVOXSDK_DLLEXPORT int vx_req_account_login_create( vx_req_account_login_t ** req)
Allocate and initialize a vx_req_account_login object.

function vx_req_account_authtoken_login_create

VIVOXSDK_DLLEXPORT int vx_req_account_authtoken_login_create( vx_req_account_authtoken_login_t ** req)
Allocate and initialize a vx_req_account_authtoken_login object.

function vx_req_account_anonymous_login_create

VIVOXSDK_DLLEXPORT int vx_req_account_anonymous_login_create( vx_req_account_anonymous_login_t ** req)
Allocate and initialize a vx_req_account_anonymous_login object.

function vx_req_account_logout_create

VIVOXSDK_DLLEXPORT int vx_req_account_logout_create( vx_req_account_logout_t ** req)
Allocate and initialize a vx_req_account_logout object.

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

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

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

  • 보고 있는 페이지
    • Classes

    • Types

    • Functions

    • Types Documentation

      • typedef vx_req_account_login_t

      • typedef vx_req_account_authtoken_login_t

      • typedef vx_req_account_anonymous_login_t

      • typedef vx_req_account_logout_t

      • typedef vx_resp_account_login_t

      • typedef vx_resp_account_authtoken_login_t

      • typedef vx_resp_account_anonymous_login_t

      • typedef vx_resp_account_logout_t

      • typedef vx_evt_account_login_state_change_t

    • Functions Documentation

      • function vx_req_account_login_create

      • function vx_req_account_authtoken_login_create

      • function vx_req_account_anonymous_login_create

      • function vx_req_account_logout_create


이 페이지의 문제 보고