Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_anonymous_login

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Logging In and Logging Out The response for vx_req_account_anonymous_login. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
VX_HANDLEaccount_handle
Valid on success, handle value for this initialized account login.
intaccount_id
The ID of the account.
char *displayname
The display name of the account, if available.
char *uri
The URI of the user.
char *encoded_uri_with_tag
The encoded URI for the user with the tag.

Detailed Description

struct vx_resp_account_anonymous_login;
The response for vx_req_account_anonymous_login. See: vx_req_account_anonymous_login

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable account_handle

VX_HANDLE account_handle;
Valid on success, handle value for this initialized account login.

variable account_id

int account_id;
The ID of the account.

variable displayname

char * displayname;
The display name of the account, if available.

variable uri

char * uri;
The URI of the user.

variable encoded_uri_with_tag

char * encoded_uri_with_tag;
The encoded URI for the user with the tag. This uniquely identifies users that might appear multiple times in a channel.