Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_get_template_fonts

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

The response for vx_req_account_get_template_fonts. More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
vx_voice_font_t **template_fonts
A list of session fonts.
inttemplate_font_count
The number of session fonts.

Detailed Description

struct vx_resp_account_get_template_fonts;
The response for vx_req_account_get_template_fonts. See: vx_req_account_get_template_fonts

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable template_fonts

vx_voice_font_t ** template_fonts;
A list of session fonts.

variable template_font_count

int template_font_count;
The number of session fonts.