Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKInvitePhoneUserInfo Class Reference

Represents the information used when inviting a user to join the session via phone. More...

#include <ZMVideoSDKPhoneHelper.h>

Inherits NSObject.

Properties

NSString * countryCode
 The country code of the specified user must be in the support list.
 
NSString * phoneNumber
 The phone number of specified user.
 
NSString * name
 The screen name of the specified user in the session.
 
BOOL bPressOne
 YES means need press number one to agree to join the session, otherwise not.
 
BOOL bGreeting
 YES means When joining the session, play a greeting prompt tone., otherwise not.
 

Detailed Description

Represents the information used when inviting a user to join the session via phone.

Definition at line 66 of file ZMVideoSDKPhoneHelper.h.

Property Documentation

◆ bGreeting

- (BOOL) bGreeting
readwritenonatomicassign

YES means When joining the session, play a greeting prompt tone., otherwise not.

Definition at line 86 of file ZMVideoSDKPhoneHelper.h.

◆ bPressOne

- (BOOL) bPressOne
readwritenonatomicassign

YES means need press number one to agree to join the session, otherwise not.

Definition at line 82 of file ZMVideoSDKPhoneHelper.h.

◆ countryCode

- (NSString*) countryCode
readwritenonatomiccopy

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

Definition at line 70 of file ZMVideoSDKPhoneHelper.h.

◆ name

- (NSString*) name
readwritenonatomiccopy

The screen name of the specified user in the session.

Definition at line 78 of file ZMVideoSDKPhoneHelper.h.

◆ phoneNumber

- (NSString*) phoneNumber
readwritenonatomiccopy

The phone number of specified user.

Definition at line 74 of file ZMVideoSDKPhoneHelper.h.