vx_evt_account_send_message_failed
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
Raised when a server reports a directed message send failure. More...
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| VX_HANDLE | account_handle The handle returned from a successful account login request. |
| char * | request_id The ID of the query in progress. |
| int | status_code The status code. |
Detailed Description
Raised when a server reports a directed message send failure. See: vx_req_account_send_message Note: V5 only.struct vx_evt_account_send_message_failed;
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable account_handle
The handle returned from a successful account login request. See: vx_req_account_anonymous_loginVX_HANDLE account_handle;
variable request_id
The ID of the query in progress. See: vx_resp_account_send_message This ID is returned for a successfully started query in a vx_resp_account_send_message response.char * request_id;
variable status_code
The status code. This is similar to a response status_code.int status_code;