Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_account_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 with message-deleted.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
VX_HANDLEaccount_handle
The handle returned from a successful account request.
char *message_id
The message_id of the message to be deleted.
long longdelete_time
The timestamp of the deleted event.
char *from_user
The sender URI.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable account_handle

VX_HANDLE account_handle;
The handle returned from a successful account request.

variable message_id

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

variable delete_time

long long delete_time;
The timestamp of the deleted event.

variable from_user

char * from_user;
The sender URI.