vx_evt_session_notification
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Group Voice and Text Communications Received when another user has started or stopped typing, or has raised or lowered their hand, within the context of a session.
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| vx_session_notification_state | state |
| VX_HANDLE | session_handle The handle of the session to which this event applies. |
| char * | participant_uri The URI of the buddy whose presence is being sent. |
| vx_notification_type | notification_type The new notification type from the buddy. |
| char * | encoded_uri_with_tag The encoded URI for the user with the tag. |
| int | is_current_user Indicates whether the message is from the current logged in user. |
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable state
Deprecated: This is deprecated and should not be used.vx_session_notification_state state;
variable session_handle
The handle of the session to which this event applies.VX_HANDLE session_handle;
variable participant_uri
The URI of the buddy whose presence is being sent.char * participant_uri;
variable notification_type
The new notification type from the buddy. Refer to the codes in table vx_notification_typevx_notification_type notification_type;
variable encoded_uri_with_tag
The encoded URI for the user with the tag. This uniquely identifies users that might appear multiple times in a channel.char * encoded_uri_with_tag;
variable is_current_user
Indicates whether the message is from the current logged in user.int is_current_user;