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_t | base The common properties for all responses. |
| VX_HANDLE | account_handle Valid on success, handle value for this initialized account login. |
| int | account_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
The response for vx_req_account_anonymous_login. See: vx_req_account_anonymous_loginstruct vx_resp_account_anonymous_login;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable account_handle
Valid on success, handle value for this initialized account login.VX_HANDLE account_handle;
variable account_id
The ID of the account.int account_id;
variable displayname
The display name of the account, if available.char * displayname;
variable uri
The URI of the user.char * uri;
variable 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.char * encoded_uri_with_tag;