iOS SDK 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 Video Communications on 7/29/15.
6// Copyright (c) 2019 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
15@interface MobileRTCInviteHelper : NSObject
16
21@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingNumber;
22
27@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingID;
28
33@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingTopic;
34
39@property (retain, nonatomic, readonly) NSDate * _Nonnull ongoingMeetingStartTime;
40
45@property (assign, nonatomic, readonly) BOOL ongoingRecurringMeeting;
46
50@property (retain, nonatomic, readonly) NSString * _Nonnull joinMeetingURL;
51
55@property (retain, nonatomic, readonly) NSString * _Nonnull meetingPassword;
56
60@property (retain, nonatomic, readonly) NSString * _Nonnull rawMeetingPassword;
61
65@property (retain, nonatomic, readonly) NSString * _Nonnull tollCallInNumber;
66
70@property (retain, nonatomic, readonly) NSString * _Nonnull tollFreeCallInNumber;
71
76@property (assign, nonatomic) BOOL disableInviteSMS;
77
81@property (retain, nonatomic) NSString * _Nonnull inviteSMS;
82
87@property (assign, nonatomic) BOOL disableCopyURL;
88
92@property (retain, nonatomic) NSString * _Nonnull inviteCopyURL;
93
98@property (assign, nonatomic) BOOL disableInviteEmail;
99
103@property (retain, nonatomic) NSString * _Nullable inviteEmailSubject;
104
108@property (retain, nonatomic) NSString * _Nullable inviteEmailContent;
109
114
115@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.