Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInviteHelper.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
12@interface MobileRTCInviteHelper : NSObject
13
18@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingNumber;
19
24@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingID;
25
30@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingTopic;
31
36@property (retain, nonatomic, readonly) NSDate * _Nonnull ongoingMeetingStartTime;
37
42@property (assign, nonatomic, readonly) BOOL ongoingRecurringMeeting;
43
47@property (retain, nonatomic, readonly) NSString * _Nonnull joinMeetingURL;
48
52@property (retain, nonatomic, readonly) NSString * _Nonnull meetingPassword;
53
57@property (retain, nonatomic, readonly) NSString * _Nonnull rawMeetingPassword;
58
62@property (retain, nonatomic, readonly) NSString * _Nonnull tollCallInNumber;
63
67@property (retain, nonatomic, readonly) NSString * _Nonnull tollFreeCallInNumber;
68
73@property (assign, nonatomic) BOOL disableInviteSMS;
74
78@property (retain, nonatomic) NSString * _Nonnull inviteSMS;
79
84@property (assign, nonatomic) BOOL disableCopyURL;
85
89@property (retain, nonatomic) NSString * _Nonnull inviteCopyURL;
90
95@property (assign, nonatomic) BOOL disableInviteEmail;
96
100@property (retain, nonatomic) NSString * _Nullable inviteEmailSubject;
101
105@property (retain, nonatomic) NSString * _Nullable inviteEmailContent;
106
112
113@end
A class for getting and setting configurations in a meeting.
NSDate *_Nonnull ongoingMeetingStartTime
Gets the current meeting start time.
NSString *_Nonnull tollFreeCallInNumber
Gets the phone number of a toll-free call.
BOOL disableInviteSMS
Enables the invitation by message.
NSString *_Nonnull ongoingMeetingTopic
Gets the current meeting topic.
NSString *_Nonnull tollCallInNumber
Gets the phone number of a toll call.
NSString *_Nonnull inviteCopyURL
Customizes the content of Copy URL.
NSString *_Nonnull inviteSMS
Customizes the SMS invitation content.
BOOL disableInviteEmail
Enables the invitation by email.
NSString *_Nullable inviteEmailContent
Customizes the content of the invitation by email.
NSString *_Nonnull meetingPassword
Gets the meeting password.
NSString *_Nonnull ongoingMeetingID
Gets the unique ID of the current meeting in format such as DVLObefSZizM0xQLhtrCQ==.
NSString *_Nonnull rawMeetingPassword
Gets the original meeting password.
BOOL ongoingRecurringMeeting
Queries if the current meeting is a recurring meeting.
NSString *_Nonnull joinMeetingURL
Gets the join URL of the current meeting.
BOOL disableCopyURL
Enables Copy URL.
NSString *_Nullable inviteEmailSubject
Customizes the subject of the invitation by email.
NSString *_Nonnull ongoingMeetingNumber
Gets the current meeting number in format such as 123456789.
MobileRTCInviteHelper *_Nonnull sharedInstance()
Gets the instance of MobileRTCInviteHelper.