vx_evt_session_delete_message
Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications Presented when an incoming message has arrived from a participant in an open session with message-deleted.
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| VX_HANDLE | sessiongroup_handle The handle used in vx_req_sessiongroup_addsession. |
| VX_HANDLE | session_handle The handle returned from a successful session request. |
| char * | message_id The message_id of the message to be editted. |
| long long | delete_time The timestamp of the deleted event. |
| char * | from_uri The sender URI. |
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable sessiongroup_handle
The handle used in vx_req_sessiongroup_addsession. See: vx_req_sessiongroup_addsessionVX_HANDLE sessiongroup_handle;
variable session_handle
The handle returned from a successful session request.VX_HANDLE session_handle;
variable message_id
The message_id of the message to be editted.char * message_id;
variable delete_time
The timestamp of the deleted event.long long delete_time;
variable from_uri
The sender URI.char * from_uri;