文档

支持

Vivox Core SDK

Vivox Core SDK

vx_evt_session_removed

Reference the Vivox Core SDK API.
阅读时间1 分钟最后更新于 12 天前

Module: Group Voice and Text Communications Sent when a session is removed.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
VX_HANDLEsessiongroup_handle
The handle returned from a successful session group create request.
VX_HANDLEsession_handle
The handle returned from a successful session add request.
char *uri
The full URI of the session (user/channel).

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 returned from a successful session group create request.

variable session_handle

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

variable uri

char * uri;
The full URI of the session (user/channel).