vx_resp_account_send_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
The response for vx_req_account_send_message. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| char * | request_id The request ID assigned to the message sent. |
Detailed Description
The response for vx_req_account_send_message. See: vx_req_account_send_messagestruct vx_resp_account_send_message;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable request_id
The request ID assigned to the message sent. See: vx_evt_resp_account_send_message_failed Note: V5 only. In V4, this is always equal to NULL. This is non-NULL if the message is sent to a server. If the message send failure will be reported by the server, the SDK raises the evt_resp_account_send_message_failed event with this request ID.char * request_id;