Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRetrieveSMSHandler Class Reference

For send SMS usage. More...

#include <MobileRTCSMSService.h>

Inherits NSObject.

Instance Methods

(BOOL) - retrieve:andPhoneNumber:
 CountryCode, counry code in country code list.
 
(BOOL) - cancelAndLeaveMeeting
 CancelAndLeaveMeeting sms.
 

Detailed Description

For send SMS usage.

Warning
If retrieve return NO, please get new retrieve handler 60s later. 'getResendSMSVerificationCodeHandler' in 'MobileRTCSMSService'.

Definition at line 25 of file MobileRTCSMSService.h.

Method Documentation

◆ cancelAndLeaveMeeting

- (BOOL) cancelAndLeaveMeeting

CancelAndLeaveMeeting sms.

Returns
If the function succeeds, the return value is YES. Otherwise not.
Warning
Cancel and leavemb meeting.

◆ retrieve:andPhoneNumber:

- (BOOL) retrieve: (NSString *_Nullable) countryCode
andPhoneNumber: (NSString *_Nullable) phoneNum 

CountryCode, counry code in country code list.

Parameters
phoneNumyour phone number.
Returns
If the function succeeds, the return value is YES. Otherwise not.
Warning
If retrieve return NO, please get new retrieve handler 60s later. 'getResendSMSVerificationCodeHandler' in 'MobileRTCSMSService'.