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_t | base The common properties for all responses. |
| vx_voice_font_t ** | template_fonts A list of session fonts. |
| int | template_font_count The number of session fonts. |
Detailed Description
The response for vx_req_account_get_template_fonts. See: vx_req_account_get_template_fontsstruct vx_resp_account_get_template_fonts;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable template_fonts
A list of session fonts.vx_voice_font_t ** template_fonts;
variable template_font_count
The number of session fonts.int template_font_count;