6#import <MobileRTC/MobileRTC.h>
13@interface MobileRTCMeetingService (Phone)
46- (BOOL)dialOut:(nonnull NSString*)phone isCallMe:(BOOL)me withName:(nullable NSString*)username;
53- (BOOL)cancelDialOut:(BOOL)isCallMe;
80- (BOOL)dialInCall:(nullable NSString *)countryNumber;
BOOL isSupportPhone()
Determines whether the user account supports calling out.
BOOL isDialOutInProgress()
Determines whether there is any outgoing call in process.
BOOL isDialOutSupported()
Determines whether the user can dial out in the meeting.
nullable MobileRTCCallCountryCode * getDialInCurrentCountryCode()
Gets the country code for the current user's locale.
NSArray< MobileRTCCallCountryCode * > *_Nullable getSupportCountryInfo()
Gets the list of countries that support call out.
nullable NSArray< NSArray< MobileRTCCallCountryCode * > * > * getDialInAllCountryCodes()
Gets all country codes.
Provides information about countries that support calling.