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_t | base The common properties for all requests. |
| VX_HANDLE | session_handle The handle returned from a successful [vx_req_sessiongroup_add_session] request. |
| vx_notification_type | notification_type Used for typing notifications (text) and hand-raising (audio). |
Detailed Description
Send a notification about the properties of the current session (for example, whether a user is typing). See: vx_resp_session_send_notificationstruct vx_req_session_send_notification;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable session_handle
The handle returned from a successful [vx_req_sessiongroup_add_session] request.VX_HANDLE session_handle;
variable notification_type
Used for typing notifications (text) and hand-raising (audio). The default value is notification_not_typing.vx_notification_type notification_type;