vx_resp_account_send_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 7 months 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
struct vx_resp_account_send_message;
The response for vx_req_account_send_message.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable request_id
char * 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.