Call Center SDK  1.11.3
Public Attributes | Friends | List of all members
voicesdk::callcenter::BuildInfo Struct Reference

Structure containing present VoiceSDK CC build info. More...

#include <voicesdk/callcenter/version.h>

Public Attributes

std::string version = CCSDK_PROJECT_VERSION
 VoiceSDK CC build version.
 
std::string components = CCSDK_COMPONENTS
 VoiceSDK CC components presented in build.
 
std::string gitInfo = CCSDK_GIT_INFO
 Git info dumped at the build stage.
 
std::string licenseInfo
 Information (e.g. expiration date) about the installed license if available or an empty string if no license is in use. More...
 
std::string licenseExpirationDate
 

Friends

std::ostream & operator<< (std::ostream &os, const BuildInfo &obj)
 

Detailed Description

Structure containing present VoiceSDK CC build info.

Member Data Documentation

◆ licenseInfo

std::string voicesdk::callcenter::BuildInfo::licenseInfo

Information (e.g. expiration date) about the installed license if available or an empty string if no license is in use.

Deprecated:
Use @licenseExpirationDate instead.