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 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. | |
Represents the information used when inviting a user to join the session via phone.
Definition at line 66 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
YES means When joining the session, play a greeting prompt tone., otherwise not.
Definition at line 86 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomicassign |
YES means need press number one to agree to join the session, otherwise not.
Definition at line 82 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The country code of the specified user must be in the support list.
Definition at line 70 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The screen name of the specified user in the session.
Definition at line 78 of file ZMVideoSDKPhoneHelper.h.
|
readwritenonatomiccopy |
The phone number of specified user.
Definition at line 74 of file ZMVideoSDKPhoneHelper.h.