Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_get_session_fonts

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

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

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
vx_voice_font_t **session_fonts
A list of session fonts.
intsession_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. See: 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.