vx_req_account_logout
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours 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
Log a user out of the Vivox system. See: vx_resp_account_logoutstruct vx_req_account_logout;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable 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.char * logout_reason;