|
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. | |
| NSString * | languageCode |
| Optional: The welcome message's language code, such as "en-US", "zh-CN". | |
| NSString * | variantId |
| Optional: The welcome message's variant ID (e.g., "variant_001"). | |
Represents the information used when inviting a user to join the session via phone.
Definition at line 73 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
YES if joining the session, play a greeting prompt tone. NO Otherwise.
Definition at line 93 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
YES if need press number one to agree to join the session, NO otherwise.
Definition at line 89 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The specified's country code user must be in the support list.
Definition at line 77 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
Optional: The welcome message's language code, such as "en-US", "zh-CN".
Definition at line 98 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The specified's screen name user in the session.
Definition at line 85 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The phone number of specified user.
Definition at line 81 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
Optional: The welcome message's variant ID (e.g., "variant_001").
Definition at line 102 of file ZMVideoSDKPhoneHelper.h.