vx_evt_session_notification
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
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
vx_evt_base_t base;
The common properties for all events.
variable state
vx_session_notification_state state;
Deprecated:
This is deprecated and should not be used.
variable session_handle
VX_HANDLE session_handle;
The handle of the session to which this event applies.
variable participant_uri
char * participant_uri;
The URI of the buddy whose presence is being sent.
variable notification_type
vx_notification_type notification_type;
The new notification type from the buddy.
Refer to the codes in table vx_notification_type
variable encoded_uri_with_tag
char * 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.
variable is_current_user
int is_current_user;
Indicates whether the message is from the current logged in user.