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
67- (nullable NSArray <NSArray <MobileRTCCallCountryCode *> *> *)getDialInAllCountryCodes;
68
74- (nullable NSArray <MobileRTCCallCountryCode *> *)getDialInCallCodesWithCountryId:(nullable NSString *)countryId;
75
80- (BOOL)dialInCall:(nullable NSString *)countryNumber;
81
82@end
83
84NS_ASSUME_NONNULL_END
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.