Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Phone.h
Go to the documentation of this file.
1
6#import <MobileRTC/MobileRTC.h>
7
8NS_ASSUME_NONNULL_BEGIN
9
13@interface MobileRTCMeetingService (Phone)
14
19-(BOOL)isSupportPhone;
20
25- (BOOL)isDialOutSupported;
26
32
38
46- (BOOL)dialOut:(nonnull NSString*)phone isCallMe:(BOOL)me withName:(nullable NSString*)username;
47
53- (BOOL)cancelDialOut:(BOOL)isCallMe;
54
55
61
66- (nullable NSArray <NSArray <MobileRTCCallCountryCode *> *> *)getDialInAllCountryCodes;
67
73- (nullable NSArray <MobileRTCCallCountryCode *> *)getDialInCallCodesWithCountryId:(nullable NSString *)countryId;
74
80- (BOOL)dialInCall:(nullable NSString *)countryNumber;
81
82@end
83
84NS_ASSUME_NONNULL_END
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.