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 |
InvitePhoneUserInfo, The country code of the specified user must be in the support list. | |
const zchar_t * | phoneNumber |
InvitePhoneUserInfo, The phone number of specified user. | |
const zchar_t * | name |
InvitePhoneUserInfo, The screen name of the specified user in the session. | |
bool | bPressOne |
InvitePhoneUserInfo , true: Need press number one to agree to join the session, otherwise not. | |
bool | bGreeting |
InvitePhoneUserInfo, true: When joining the session, play a greeting prompt tone., otherwise not. | |
The info for InvitePhoneUser.
Definition at line 105 of file zoom_video_sdk_phone_helper_interface.h.
|
inline |
Definition at line 113 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 111 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 110 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 107 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 109 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 108 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().