Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_evt_transcribed_message

Learn about messaging in Vivox Core.
Read time 1 minuteLast updated 20 hours ago

Module: Group Voice and Text Communications Presented when an incoming transcribed text has arrived from a participant in an open session.
#include <VxcEvents.h>

Public Attributes

Name

vx_evt_base_tbase
The common properties for all events.
VX_HANDLEsessiongroup_handle
The handle used in vx_req_sessiongroup_addsession.
VX_HANDLEsession_handle
The handle returned from successful session add request.
char *participant_uri
The URI of the speaker.
char *text
The transcribed text, UTF-8 encoded.
char *language
The language (default NULL, implies "en").
intis_current_user
Indicates whether the message is from the current logged in user.
char *participant_displayname
The displayname, if the participant_uri had a displayname.

Public Attributes Documentation

variable base

vx_evt_base_t base;
The common properties for all events.

variable sessiongroup_handle

VX_HANDLE sessiongroup_handle;
The handle used in vx_req_sessiongroup_addsession. See: vx_req_sessiongroup_addsession

variable session_handle

VX_HANDLE session_handle;
The handle returned from successful session add request. See: vx_req_sessiongroup_add_session

variable participant_uri

char * participant_uri;
The URI of the speaker.

variable text

char * text;
The transcribed text, UTF-8 encoded.

variable language

char * language;
The language (default NULL, implies "en").

variable is_current_user

int is_current_user;
Indicates whether the message is from the current logged in user.

variable participant_displayname

char * participant_displayname;
The displayname, if the participant_uri had a displayname.