Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all events.
VX_HANDLEsessiongroup_handle
The handle used in vx_req_sessiongroup_addsession.
VX_HANDLEsession_handle
The handle returned from a successful session request.
char *message_id
The message_id of the message to be editted.
long longdelete_time
The timestamp of the deleted event.
char *from_uri
The sender URI.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable sessiongroup_handle

VX_HANDLE sessiongroup_handle;
The handle used in vx_req_sessiongroup_addsession. See: vx_req_sessiongroup_addsession

variable session_handle

VX_HANDLE session_handle;
The handle returned from a successful session request.

variable message_id

char * message_id;
The message_id of the message to be editted.

variable delete_time

long long delete_time;
The timestamp of the deleted event.

variable from_uri

char * from_uri;
The sender URI.