9#import <MobileRTC/MobileRTC.h>
10#import <MobileRTC/MobileRTCRoomDevice.h>
11#import <MobileRTC/MobileRTCCallCountryCode.h>
16@interface MobileRTCMeetingService (Customize)
22- (void)customizeMeetingTitle:(NSString * _Nullable)title;
44- (BOOL)setMeetingTopic:(NSString *_Nonnull)meetingTopic DEPRECATED_MSG_ATTRIBUTE("Use setMeetingTopics instead");
89- (BOOL)sendPairingCode:(nonnull NSString*)code WithMeetingNumber:(
unsigned long long)meetingNumber;
110- (BOOL)setCustomizedPollingUrl:(nullable NSString *)pollingURL bCreate:(BOOL)bCreate;
MobileRTCSDKError
Enumeration of SDK error.
BOOL cancelCallRoomDevice()
Cancel to call room device.
BOOL canSetMeetingTopic()
Determine if host/cohose can change the meeting topic.
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 NSArray< NSString * > * getIPAddressList()
Get an array of IP Addresses of room device which is used for calling.
BOOL isCallingRoomDevice()
Query if it is in process to call room device.
Represents H.323 device information used in Zoom meetings.