|
Meeting SDK for iOS API Reference
|
For SMS service usage like following flow. More...
#include <MobileRTCSMSService.h>
Inherits NSObject.
Instance Methods | |
| (void) | - enableZoomAuthRealNameMeetingUIShown: |
| Enables or disables the auth real name service. The callback function will be called when needed (judged by SDK logic). | |
| (MobileRTCRetrieveSMSHandler *_Nullable) | - getResendSMSVerificationCodeHandler |
| Gets a new retrieve handle. | |
| (MobileRTCVerifySMSHandler *_Nullable) | - getReVerifySMSVerificationCodeHandler |
| Gets a new verify handle. | |
| (NSArray< MobileRTCRealNameCountryInfo * > *_Nullable) | - getSupportPhoneNumberCountryList |
| Gets the support phone number country list. | |
| (BOOL) | - setDefaultCellPhoneInfo:phoneNum: |
| Sets the default cellphone for signed account. | |
Properties | |
| id< MobileRTCSMSServiceDelegate > _Nullable | delegate |
For SMS service usage like following flow.
Definition at line 77 of file MobileRTCSMSService.h.
| - (void) enableZoomAuthRealNameMeetingUIShown: | (bool) | enable |
Enables or disables the auth real name service. The callback function will be called when needed (judged by SDK logic).
| enable | YES to enable, NO to disable. |
| - (MobileRTCRetrieveSMSHandler *_Nullable) getResendSMSVerificationCodeHandler |
Gets a new retrieve handle.
| - (MobileRTCVerifySMSHandler *_Nullable) getReVerifySMSVerificationCodeHandler |
Gets a new verify handle.
| - (NSArray< MobileRTCRealNameCountryInfo * > *_Nullable) getSupportPhoneNumberCountryList |
Gets the support phone number country list.
| - (BOOL) setDefaultCellPhoneInfo: | (NSString *_Nullable) | countryCode | |
| phoneNum: | (NSString *_Nullable) | phoneNum |
Sets the default cellphone for signed account.
| countryCode | The user account's country code. |
| phoneNum | The default phone number. |
|
readwritenonatomicweak |
Definition at line 78 of file MobileRTCSMSService.h.