vx_req_account_logout
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Module: Logging In and Logging Out
Log a user out of the Vivox system. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | logout_reason |
Detailed Description
struct vx_req_account_logout;
Log a user out of the Vivox system.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable account_handle
VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.
variable logout_reason
char * logout_reason;
Deprecated:
This is deprecated and should not be used. A generic string that is returned in the logout event. Applications can use this to determine the reason for logout, if needed.