Video SDK for Windows API Reference
|
The info for InvitePhoneUser. More...
#include <zoom_video_sdk_phone_helper_interface.h>
Public Member Functions | |
InvitePhoneUserInfo () | |
Data Fields | |
const zchar_t * | countryCode |
const zchar_t * | phoneNumber |
const zchar_t * | name |
bool | bPressOne |
bool | bGreeting |
The info for InvitePhoneUser.
Definition at line 159 of file zoom_video_sdk_phone_helper_interface.h.
|
inline |
Definition at line 172 of file zoom_video_sdk_phone_helper_interface.h.
References bGreeting, bPressOne, countryCode, name, and phoneNumber.
bool InvitePhoneUserInfo::bGreeting |
InvitePhoneUserInfo, true: When joining the session, play a greeting prompt tone., otherwise not.
Definition at line 170 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().
bool InvitePhoneUserInfo::bPressOne |
InvitePhoneUserInfo , true: Need press number one to agree to join the session, otherwise not.
Definition at line 168 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().
const zchar_t* InvitePhoneUserInfo::countryCode |
InvitePhoneUserInfo, The country code of the specified user must be in the support list.
Definition at line 162 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().
const zchar_t* InvitePhoneUserInfo::name |
InvitePhoneUserInfo, The screen name of the specified user in the session.
Definition at line 166 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().
const zchar_t* InvitePhoneUserInfo::phoneNumber |
InvitePhoneUserInfo, The phone number of specified user.
Definition at line 164 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().