Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKPhoneWelcomeMessageInfo Class Referenceabstract

Phone welcome message multilingual information interface. More...

#include <zoom_video_sdk_phone_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKPhoneWelcomeMessageInfo ()
virtual const zchar_tgetLanguageCode ()=0
 Get the current information's language code.
virtual const zchar_tgetLanguageName ()=0
 Get the current information's language name.
virtual const zchar_tgetVariantId ()=0
 Get the current information's variant ID.

Detailed Description

Phone welcome message multilingual information interface.

Definition at line 44 of file zoom_video_sdk_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKPhoneWelcomeMessageInfo()

virtual IZoomVideoSDKPhoneWelcomeMessageInfo::~IZoomVideoSDKPhoneWelcomeMessageInfo ( )
inlinevirtual

Definition at line 47 of file zoom_video_sdk_phone_helper_interface.h.

47{}

Member Function Documentation

◆ getLanguageCode()

virtual const zchar_t * IZoomVideoSDKPhoneWelcomeMessageInfo::getLanguageCode ( )
pure virtual

Get the current information's language code.

Returns
The language code, such as "en-US", "zh-CN".

◆ getLanguageName()

virtual const zchar_t * IZoomVideoSDKPhoneWelcomeMessageInfo::getLanguageName ( )
pure virtual

Get the current information's language name.

Returns
The language name, such as "English (US)", "Chinese (China)".

◆ getVariantId()

virtual const zchar_t * IZoomVideoSDKPhoneWelcomeMessageInfo::getVariantId ( )
pure virtual

Get the current information's variant ID.

Returns
The variant ID.