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
 InvitePhoneUserInfo, The country code of the specified user must be in the support list.
 
const zchar_tphoneNumber
 InvitePhoneUserInfo, The phone number of specified user.
 
const zchar_tname
 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.
 

Detailed Description

The info for InvitePhoneUser.

Definition at line 105 of file zoom_video_sdk_phone_helper_interface.h.

Constructor & Destructor Documentation

◆ InvitePhoneUserInfo()

InvitePhoneUserInfo::InvitePhoneUserInfo ( )
inline

Definition at line 113 of file zoom_video_sdk_phone_helper_interface.h.

114 {
115 countryCode = nullptr;
116 phoneNumber = nullptr;
117 name = nullptr;
118 bPressOne = true;
119 bGreeting = true;
120 }
const zchar_t * phoneNumber
InvitePhoneUserInfo, The phone number of specified user.
bool bGreeting
InvitePhoneUserInfo, true: When joining the session, play a greeting prompt tone.,...
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.
const zchar_t * countryCode
InvitePhoneUserInfo, The country code of the specified user must be in the support list.

References bGreeting, bPressOne, countryCode, name, and phoneNumber.

Field Documentation

◆ bGreeting

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

◆ bPressOne

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

◆ countryCode

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

◆ name

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

◆ phoneNumber

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