Video SDK for Windows API Reference
Loading...
Searching...
No Matches
InvitePhoneUserInfo Struct Reference

The info for InvitePhoneUser. More...

#include <zoom_video_sdk_phone_helper_interface.h>

Public Member Functions

 InvitePhoneUserInfo ()
 

Data Fields

const zchar_tcountryCode
 
const zchar_tphoneNumber
 
const zchar_tname
 
bool bPressOne
 
bool bGreeting
 

Detailed Description

The info for InvitePhoneUser.

Definition at line 159 of file zoom_video_sdk_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ InvitePhoneUserInfo()

InvitePhoneUserInfo::InvitePhoneUserInfo ( )
inline

Field Documentation

◆ bGreeting

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().

◆ bPressOne

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().

◆ countryCode

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().

◆ name

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().

◆ phoneNumber

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().