|
Video SDK for Linux API Reference
|
The info for InvitePhoneUser. More...
#include <zoom_video_sdk_phone_helper_interface.h>
Public Member Functions | |
| InvitePhoneUserInfo () | |
Public Attributes | |
| const zchar_t * | countryCode |
| const zchar_t * | phoneNumber |
| const zchar_t * | name |
| bool | bPressOne |
| bool | bGreeting |
| const zchar_t * | languageCode |
| const zchar_t * | variantId |
The info for InvitePhoneUser.
Definition at line 196 of file zoom_video_sdk_phone_helper_interface.h.
|
inline |
Definition at line 213 of file zoom_video_sdk_phone_helper_interface.h.
References bGreeting, bPressOne, countryCode, languageCode, name, phoneNumber, and variantId.
| bool InvitePhoneUserInfo::bGreeting |
InvitePhoneUserInfo, true: When joining the session, play a greeting prompt tone., otherwise not.
Definition at line 207 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 205 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 199 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().
| const zchar_t* InvitePhoneUserInfo::languageCode |
Optional: The welcome message's language code, such as "en-US", "zh-CN".
Definition at line 209 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 203 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 201 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().
| const zchar_t* InvitePhoneUserInfo::variantId |
Optional: The welcome message's variant ID (e.g., "variant_001").
Definition at line 211 of file zoom_video_sdk_phone_helper_interface.h.
Referenced by InvitePhoneUserInfo().