9#import <MobileRTC/MobileRTC.h>
11NS_ASSUME_NONNULL_BEGIN
16@interface MobileRTCMeetingService (Phone)
49- (BOOL)dialOut:(nonnull NSString*)phone isCallMe:(BOOL)me withName:(nullable NSString*)username;
56- (BOOL)cancelDialOut:(BOOL)isCallMe;
83- (BOOL)dialInCall:(nullable NSString *)countryNumber;
BOOL isSupportPhone()
Determine if the user account supports calling out.
BOOL isDialOutInProgress()
Query if there is any outgoing call in process.
BOOL isDialOutSupported()
Query if user can dial out in the meeting.
nullable MobileRTCCallCountryCode * getDialInCurrentCountryCode()
Get countrycode for the current user's locale.
NSArray< MobileRTCCallCountryCode * > *_Nullable getSupportCountryInfo()
Get the list of the countries which support to call out.
nullable NSArray< NSArray< MobileRTCCallCountryCode * > * > * getDialInAllCountryCodes()
Get all countrycodes.
Provides information of countries that support calling.