Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_req_session_set_voice_font

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Group Voice and Text Communications Apply a voice font to an already established voice session. More...
#include <VxcRequests.h>

Public Attributes

Name

vx_req_base_tbase
The common properties for all requests.
VX_HANDLEsession_handle
The handle returned from a successful [vx_req_sessiongroup_add_session] request.
intsession_font_id
The ID of the voice font to apply to the session.

Detailed Description

struct vx_req_session_set_voice_font;
Apply a voice font to an already established voice session. See: vx_resp_session_set_voice_font

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 session_font_id

int session_font_id;
The ID of the voice font to apply to the session. You can obtain a list of available voice font IDs with vx_req_account_get_session_fonts. Set to 0 for none. The default value is 0.