Video SDK for iOS API 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. | |
The info for InvitePhoneUser.
Definition at line 64 of file ZoomVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
true: Play a greeting prompt tone when joining the session, otherwise not.
Definition at line 88 of file ZoomVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
true: Need press number one to agree to join the session, otherwise not.
Definition at line 83 of file ZoomVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The country code of the specified user must be in the support list.
Definition at line 68 of file ZoomVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The screen name of the specified user in the session.
Definition at line 78 of file ZoomVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The phone number of specified user.
Definition at line 73 of file ZoomVideoSDKPhoneHelper.h.