vx_resp_account_get_template_fonts
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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
struct vx_resp_account_get_template_fonts;
The response for 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.