Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInviteHelper.h
Go to the documentation of this file.
1//
2// MobileRTCInviteHelper.h
3// MobileRTC
4//
5// Created by Zoom Communications on 7/29/15.
6// Copyright (c) Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
15@interface MobileRTCInviteHelper : NSObject
20@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingNumber;
21
26@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingID;
27
32@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingTopic;
33
38@property (retain, nonatomic, readonly) NSDate * _Nonnull ongoingMeetingStartTime;
39
44@property (assign, nonatomic, readonly) BOOL ongoingRecurringMeeting;
45
49@property (retain, nonatomic, readonly) NSString * _Nonnull joinMeetingURL;
50
54@property (retain, nonatomic, readonly) NSString * _Nonnull meetingPassword;
55
59@property (retain, nonatomic, readonly) NSString * _Nonnull rawMeetingPassword;
60
64@property (retain, nonatomic, readonly) NSString * _Nonnull tollCallInNumber;
65
69@property (retain, nonatomic, readonly) NSString * _Nonnull tollFreeCallInNumber;
70
75@property (assign, nonatomic) BOOL disableInviteSMS;
76
80@property (retain, nonatomic) NSString * _Nonnull inviteSMS;
81
86@property (assign, nonatomic) BOOL disableCopyURL;
87
91@property (retain, nonatomic) NSString * _Nonnull inviteCopyURL;
92
97@property (assign, nonatomic) BOOL disableInviteEmail;
98
102@property (retain, nonatomic) NSString * _Nullable inviteEmailSubject;
103
107@property (retain, nonatomic) NSString * _Nullable inviteEmailContent;
108
113
114@end
Get/Set configurations in meeting.
NSDate *_Nonnull ongoingMeetingStartTime
Get the current meeting start time.
NSString *_Nonnull tollFreeCallInNumber
Get the phone number of a toll free call.
BOOL disableInviteSMS
Enable the invitation by message.
NSString *_Nonnull ongoingMeetingTopic
Get the current meeting topic.
NSString *_Nonnull tollCallInNumber
Get the phone number of a toll call.
NSString *_Nonnull inviteCopyURL
Custom the content of Copy URL.
NSString *_Nonnull inviteSMS
Custom the SMS invitation content.
BOOL disableInviteEmail
Enable the invitation by Email.
NSString *_Nullable inviteEmailContent
Custom the content of the invitation by Email.
NSString *_Nonnull meetingPassword
Get the meeting password.
NSString *_Nonnull ongoingMeetingID
Get unique ID of current meeting in format such as DVLObefSZizM0xQLhtrCQ==.
NSString *_Nonnull rawMeetingPassword
Get the original meeting password.
BOOL ongoingRecurringMeeting
Query if the current meeting is a recurring meeting.
NSString *_Nonnull joinMeetingURL
Get the join URL of current meeting.
BOOL disableCopyURL
Enable Copy URL.
NSString *_Nullable inviteEmailSubject
Custom the subject of the invitation by Email.
NSString *_Nonnull ongoingMeetingNumber
Get current meeting number in format such as 123456789.
MobileRTCInviteHelper *_Nonnull sharedInstance()
Get the instance of MobileRTCInviteHelper.