|
Video SDK for MacOS API 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 specified's country code user must be in the support list. | |
| NSString * | phoneNumber |
| The phone number of specified user. | |
| NSString * | name |
| The specified's screen name user in the session. | |
| BOOL | bPressOne |
| YES if need press number one to agree to join the session, NO otherwise. | |
| BOOL | bGreeting |
| YES if joining the session, play a greeting prompt tone. NO Otherwise. | |
Represents the information used when inviting a user to join the session via phone.
Definition at line 70 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
YES if joining the session, play a greeting prompt tone. NO Otherwise.
Definition at line 90 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
YES if need press number one to agree to join the session, NO otherwise.
Definition at line 86 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The specified's country code user must be in the support list.
Definition at line 74 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The specified's screen name user in the session.
Definition at line 82 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The phone number of specified user.
Definition at line 78 of file ZMVideoSDKPhoneHelper.h.