Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Customize.h
Go to the documentation of this file.
6#import <MobileRTC/MobileRTC.h>
7#import <MobileRTC/MobileRTCRoomDevice.h>
8#import <MobileRTC/MobileRTCCallCountryCode.h>
9
13@interface MobileRTCMeetingService (Customize)
19- (void)customizeMeetingTitle:(NSString * _Nullable)title;
20
25- (BOOL)canSetMeetingTopic;
26
34- (MobileRTCSDKError)setMeetingTopics:(NSString *_Nonnull)meetingTopic;
43- (BOOL)setMeetingTopic:(NSString *_Nonnull)meetingTopic DEPRECATED_MSG_ATTRIBUTE("Use setMeetingTopics instead");
44
50
56
62
67- (nullable NSArray <NSString *> *)getIPAddressList;
68
73- (nullable NSString*)getH323MeetingPassword;
74
79- (nullable NSArray <MobileRTCRoomDevice *> *)getRoomDeviceList;
80
88- (BOOL)sendPairingCode:(nonnull NSString*)code WithMeetingNumber:(unsigned long long)meetingNumber;
89
95- (BOOL)callRoomDevice:(nonnull MobileRTCRoomDevice*)device;
96
101- (NSUInteger)getParticipantID;
102
109- (BOOL)setCustomizedPollingUrl:(nullable NSString *)pollingURL bCreate:(BOOL)bCreate;
110
111@end
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.