Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKInvitePhoneUserInfo Class Reference

The info for InvitePhoneUser. More...

#include <ZoomVideoSDKPhoneHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable countryCode
 The country code of the specified user must be in the support list.
 
NSString *_Nullable phoneNumber
 The phone number of specified user.
 
NSString *_Nullable name
 The screen name of the specified user in the session.
 
BOOL bPressOne
 true: Need press number one to agree to join the session, otherwise not.
 
BOOL bGreeting
 true: Play a greeting prompt tone when joining the session, otherwise not.
 

Detailed Description

The info for InvitePhoneUser.

Definition at line 67 of file ZoomVideoSDKPhoneHelper.h.

Property Documentation

◆ bGreeting

- (BOOL) bGreeting
readwritenonatomicassign

true: Play a greeting prompt tone when joining the session, otherwise not.

Definition at line 91 of file ZoomVideoSDKPhoneHelper.h.

◆ bPressOne

- (BOOL) bPressOne
readwritenonatomicassign

true: Need press number one to agree to join the session, otherwise not.

Definition at line 86 of file ZoomVideoSDKPhoneHelper.h.

◆ countryCode

- (NSString* _Nullable) countryCode
readwritenonatomiccopy

The country code of the specified user must be in the support list.

Definition at line 71 of file ZoomVideoSDKPhoneHelper.h.

◆ name

- (NSString* _Nullable) name
readwritenonatomiccopy

The screen name of the specified user in the session.

Definition at line 81 of file ZoomVideoSDKPhoneHelper.h.

◆ phoneNumber

- (NSString* _Nullable) phoneNumber
readwritenonatomiccopy

The phone number of specified user.

Definition at line 76 of file ZoomVideoSDKPhoneHelper.h.