Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Phone.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+Phone.h
3// MobileRTC
4//
5// Created by ZOOM on 2023/4/24.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
16@interface MobileRTCMeetingService (Phone)
17
22-(BOOL)isSupportPhone;
23
28- (BOOL)isDialOutSupported;
29
35
41
49- (BOOL)dialOut:(nonnull NSString*)phone isCallMe:(BOOL)me withName:(nullable NSString*)username;
50
56- (BOOL)cancelDialOut:(BOOL)isCallMe;
57
58
64
70- (nullable NSArray <NSArray <MobileRTCCallCountryCode *> *> *)getDialInAllCountryCodes;
71
77- (nullable NSArray <MobileRTCCallCountryCode *> *)getDialInCallCodesWithCountryId:(nullable NSString *)countryId;
78
83- (BOOL)dialInCall:(nullable NSString *)countryNumber;
84
85@end
86
87NS_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.