Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Customize.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+Customize.h
3// MobileRTC
4//
5// Created by Zoom Communications on 2017/2/27.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10#import <MobileRTC/MobileRTCRoomDevice.h>
11#import <MobileRTC/MobileRTCCallCountryCode.h>
12
16@interface MobileRTCMeetingService (Customize)
22- (void)customizeMeetingTitle:(NSString * _Nullable)title;
23
28- (BOOL)canSetMeetingTopic;
29
36- (MobileRTCSDKError)setMeetingTopics:(NSString *_Nonnull)meetingTopic;
44- (BOOL)setMeetingTopic:(NSString *_Nonnull)meetingTopic DEPRECATED_MSG_ATTRIBUTE("Use setMeetingTopics instead");
45
51
57
63
68- (nullable NSArray <NSString *> *)getIPAddressList;
69
74- (nullable NSString*)getH323MeetingPassword;
75
80- (nullable NSArray <MobileRTCRoomDevice *> *)getRoomDeviceList;
81
89- (BOOL)sendPairingCode:(nonnull NSString*)code WithMeetingNumber:(unsigned long long)meetingNumber;
90
96- (BOOL)callRoomDevice:(nonnull MobileRTCRoomDevice*)device;
97
102- (NSUInteger)getParticipantID;
103
110- (BOOL)setCustomizedPollingUrl:(nullable NSString *)pollingURL bCreate:(BOOL)bCreate;
111
112@end
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.