6#import <MobileRTC/MobileRTC.h>
7#import <MobileRTC/MobileRTCRoomDevice.h>
8#import <MobileRTC/MobileRTCCallCountryCode.h>
13@interface MobileRTCMeetingService (Customize)
19- (void)customizeMeetingTitle:(NSString * _Nullable)title;
43- (BOOL)setMeetingTopic:(NSString *_Nonnull)meetingTopic DEPRECATED_MSG_ATTRIBUTE("Use setMeetingTopics instead");
88- (BOOL)sendPairingCode:(nonnull NSString*)code WithMeetingNumber:(
unsigned long long)meetingNumber;
109- (BOOL)setCustomizedPollingUrl:(nullable NSString *)pollingURL bCreate:(BOOL)bCreate;
MobileRTCSDKError
Enumeration of the SDK error.
BOOL cancelCallRoomDevice()
Cancels calling room device.
BOOL canSetMeetingTopic()
Determines if host or co-host can change the meeting topic.
nullable NSString * getH323MeetingPassword()
Gets the password of the meeting running on H.323 device.
BOOL isCallRoomDeviceSupported()
Queries if it is able to call Room device (H.323).
nullable NSArray< MobileRTCRoomDevice * > * getRoomDeviceList()
Gets room devices that can be called.
NSUInteger getParticipantID()
Gets the participant ID.
nullable NSArray< NSString * > * getIPAddressList()
Gets an array of IP addresses of room device which is used for calling.
BOOL isCallingRoomDevice()
Queries if it is in process to call room device.
Represents H.323 device information used in Zoom meetings.