vx_evt_text_stream_updated
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications Sent when the session text has been altered.
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| VX_HANDLE | sessiongroup_handle The handle created for the session group. |
| VX_HANDLE | session_handle The handle created for the session. |
| int | enabled Indicates whether text is enabled on the session. |
| vx_session_text_state | state Indicates the state of text (connected or disconnected). |
| int | incoming Indicates whether this is incoming. |
| int | status_code Code used to identify why a state change has been made. |
| char * | status_string Text (in English) used to describe the status code. |
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable sessiongroup_handle
The handle created for the session group.VX_HANDLE sessiongroup_handle;
variable session_handle
The handle created for the session.VX_HANDLE session_handle;
variable enabled
Indicates whether text is enabled on the session.int enabled;
variable state
Indicates the state of text (connected or disconnected).vx_session_text_state state;
variable incoming
Indicates whether this is incoming.int incoming;
variable status_code
Code used to identify why a state change has been made. These codes are only useful for when the state is equal to session_text_disconnected. For a description of these status codes, see vx_evt_media_stream_updatedint status_code;
variable status_string
Text (in English) used to describe the status code. For guidelines on using this field, see vx_evt_media_stream_updatedchar * status_string;