文档

支持

Vivox Core SDK

Vivox Core SDK

vx_evt_session_delete_message

Learn about messaging in Vivox Core.
阅读时间1 分钟最后更新于 12 天前

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.

vx_evt_session_delete_message • Vivox Core SDK • Unity Docs