Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_session_send_notification

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

Module: Group Voice and Text Communications Send a notification about the properties of the current session (for example, whether a user is typing). More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEsession_handle
The handle returned from a successful [vx_req_sessiongroup_add_session] request.
vx_notification_typenotification_type
Used for typing notifications (text) and hand-raising (audio).

Detailed Description

struct vx_req_session_send_notification;
Send a notification about the properties of the current session (for example, whether a user is typing). See: vx_resp_session_send_notification

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable session_handle

VX_HANDLE session_handle;
The handle returned from a successful [vx_req_sessiongroup_add_session] request.

variable notification_type

vx_notification_type notification_type;
Used for typing notifications (text) and hand-raising (audio). The default value is notification_not_typing.