|
Meeting SDK for iOS API Reference
|
For SMS service usage like following flow. More...
#include <MobileRTCSMSService.h>
Inherits NSObject.
Instance Methods | |
| (void) | - enableZoomAuthRealNameMeetingUIShown: |
| Enable, pass YES for using the auth real name service. the call back function will called when need.(Judged by sdk logic). | |
| (MobileRTCRetrieveSMSHandler *_Nullable) | - getResendSMSVerificationCodeHandler |
| For get new retrieve handle. | |
| (MobileRTCVerifySMSHandler *_Nullable) | - getReVerifySMSVerificationCodeHandler |
| For get new verify handle. | |
| (NSArray< MobileRTCRealNameCountryInfo * > *_Nullable) | - getSupportPhoneNumberCountryList |
| GetSupportPhoneNumberCountryList. | |
| (BOOL) | - setDefaultCellPhoneInfo:phoneNum: |
| Set 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 |
Enable, pass YES for using the auth real name service. the call back function will called when need.(Judged by sdk logic).
| - (MobileRTCRetrieveSMSHandler *_Nullable) getResendSMSVerificationCodeHandler |
For get new retrieve handle.
| - (MobileRTCVerifySMSHandler *_Nullable) getReVerifySMSVerificationCodeHandler |
For get new verify handle.
| - (NSArray< MobileRTCRealNameCountryInfo * > *_Nullable) getSupportPhoneNumberCountryList |
GetSupportPhoneNumberCountryList.
| - (BOOL) setDefaultCellPhoneInfo: | (NSString *_Nullable) | countryCode | |
| phoneNum: | (NSString *_Nullable) | phoneNum |
Set default cellphone for signed account.
| countryCode | the user account's country code. |
| phoneNum | default phoen number. |
|
readwritenonatomicweak |
Definition at line 78 of file MobileRTCSMSService.h.