Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_phone_helper_interface.h
Go to the documentation of this file.
1
6#ifndef _ZOOM_VIDEO_SDK_PHONE_INTERFACE_H_
7#define _ZOOM_VIDEO_SDK_PHONE_INTERFACE_H_
10
17{
18public:
20
25 virtual const zchar_t* getCountryID() = 0;
26
31 virtual const zchar_t* getCountryName() = 0;
32
37 virtual const zchar_t* getCountryCode() = 0;
38};
39
53
59{
60public:
62
67 virtual const zchar_t* getCountryId() = 0;
68
73 virtual const zchar_t* getCountryCode() = 0;
74
79 virtual const zchar_t* getCountryName() = 0;
80
85 virtual const zchar_t* getNumber() = 0;
86
91 virtual const zchar_t* getDisplayNumber() = 0;
92
98};
99
100
128
129
155
160{
166 const zchar_t* name;
171
173 {
174 countryCode = nullptr;
175 phoneNumber = nullptr;
176 name = nullptr;
177 bPressOne = true;
178 bGreeting = true;
179 }
180};
181
236
238#endif
SDK defined vector interface.
zoom video sdk phone helper interface.
virtual ZoomVideoSDKErrors invitePhoneUser(const InvitePhoneUserInfo &inviteInfo)=0
Invite the specified user to join the session by call out.
virtual IVideoSDKVector< IZoomVideoSDKPhoneSupportCountryInfo * > * getSupportCountryInfo()=0
Get the list of the country information where the session supports to join by telephone.
virtual IVideoSDKVector< IZoomVideoSDKSessionDialInNumberInfo * > * getSessionDialInNumbers()=0
Get the list of dial in numbers supported by session.
virtual ZoomVideoSDKErrors cancelInviteByPhone()=0
Cancel the invitation that is being invited by phone.
virtual bool isSupportPhoneFeature()=0
Determine if the session supports join by phone or not.
virtual PhoneStatus getInviteByPhoneStatus()=0
Get the status of the invitation by phone.
virtual ZoomVideoSDKErrors inviteByPhone(const zchar_t *countryCode, const zchar_t *phoneNumber, const zchar_t *name)=0
Invite the specified user to join the session by call out.
Phone session support country information interface.
virtual const zchar_t * getCountryID()=0
Get the country ID of the current information.
virtual const zchar_t * getCountryName()=0
Get the country name of the current information.
virtual const zchar_t * getCountryCode()=0
Get the country code of the current information.
virtual const zchar_t * getCountryCode()=0
Get the country code of the current information.
virtual const zchar_t * getCountryName()=0
Get the country name of the current information.
virtual const zchar_t * getNumber()=0
Get the telephone number of the current information.
virtual ZoomVideoSDKDialInNumType getType()=0
Get the call type of the current information.
virtual const zchar_t * getDisplayNumber()=0
Get the display number of the current information.
virtual const zchar_t * getCountryId()=0
Get the country ID of the current information.
Zoom Video SDK Common Definition File.
#define BEGIN_ZOOM_VIDEO_SDK_NAMESPACE
#define END_ZOOM_VIDEO_SDK_NAMESPACE
ZoomVideoSDKErrors
Enumeration of common Zoom Video SDK errors.
PhoneStatus
Status of telephone. Here are more detailed structural descriptions.
PhoneFailedReason
The reason for the failure of the telephone call. Here are more detailed structural descriptions.
ZoomVideoSDKDialInNumType
Type of telephone call. Here are more detailed structural descriptions.
wchar_t zchar_t