vx_resp_account_get_session_fonts
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
The response for vx_req_account_get_session_fonts. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| vx_voice_font_t ** | session_fonts A list of session fonts. |
| int | session_font_count The number of session fonts. |
Detailed Description
struct vx_resp_account_get_session_fonts;
The response for vx_req_account_get_session_fonts.
Public Attributes Documentation
variable base
vx_resp_base_t base;
The common properties for all responses.
variable session_fonts
vx_voice_font_t ** session_fonts;
A list of session fonts.
variable session_font_count
int session_font_count;
The number of session fonts.