Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_session_media_disconnect

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Group Voice and Text Communications More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEsessiongroup_handle
VX_HANDLEsession_handle
Returned from a successful [vx_req_sessiongroup_add_session] request.
vx_media_typemedia
vx_termination_statustermination_status
The termination status of the request.

Detailed Description

struct vx_req_session_media_disconnect;
See: vx_resp_session_media_disconnect Note: To use this request, a session must have already been created and connected. This can also be used to hang up a call that the user is in, or to refuse an incoming call.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable sessiongroup_handle

VX_HANDLE sessiongroup_handle;
Deprecated: Do not use. This structure member is ignored.

variable session_handle

VX_HANDLE session_handle;
Returned from a successful [vx_req_sessiongroup_add_session] request.

variable media

vx_media_type media;
Deprecated: This is deprecated and should not be used.

variable termination_status

vx_termination_status termination_status;
The termination status of the request.