9#import <MobileRTC/MobileRTC.h>
10#import <MobileRTC/MobileRTCRoomDevice.h>
11#import <MobileRTC/MobileRTCCallCountryCode.h>
16@interface MobileRTCMeetingService (Customize)
23- (void)customizeMeetingTitle:(NSString * _Nullable)title;
31- (BOOL)setMeetingTopic:(NSString *_Nonnull)meetingTopic;
52- (BOOL)dialOut:(nonnull NSString*)phone isCallMe:(BOOL)me withName:(nullable NSString*)username;
59- (BOOL)cancelDialOut:(BOOL)isCallMe;
104- (BOOL)sendPairingCode:(nonnull NSString*)code WithMeetingNumber:(
unsigned long long)meetingNumber;
143- (BOOL)dialInCall:(nullable NSString *)countryNumber;
151- (BOOL)setCustomizedPollingUrl:(nullable NSString *)pollingURL bCreate:(BOOL)bCreate;
158- (BOOL)setCloudWhiteboardFeedbackUrl:(nullable NSString *)feedbackUrl;
BOOL isDialOutSupported()
Query if user can dial out in the meeting.
BOOL cancelCallRoomDevice()
Cancel to call room device.
nullable NSString * getH323MeetingPassword()
Get the password of the meeting running on H.323 device.
BOOL isCallRoomDeviceSupported()
Query if it is able to Call Room device(H.323).
nullable NSArray< MobileRTCRoomDevice * > * getRoomDeviceList()
Get room devices that can be called.
NSUInteger getParticipantID()
Get Participant ID.
nullable MobileRTCCallCountryCode * getDialInCurrentCountryCode()
Get countrycode for the current user's locale.
nullable NSArray< NSString * > * getIPAddressList()
Get an array of IP Addresses of room device which is used for calling.
nullable NSArray< NSArray< MobileRTCCallCountryCode * > * > * getDialInAllCountryCodes()
Get all countrycodes.
BOOL isCallingRoomDevice()
Query if it is in process to call room device.
BOOL isDialOutInProgress()
Query if there is any outgoing call in process.