vx_req_session_send_notification
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
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
struct vx_req_session_send_notification;
Send a notification about the properties of the current session (for example, whether a user is typing).
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.