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
17@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingNumber;
18
23@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingID;
24
29@property (retain, nonatomic, readonly) NSString * _Nonnull ongoingMeetingTopic;
30
35@property (retain, nonatomic, readonly) NSDate * _Nonnull ongoingMeetingStartTime;
36
41@property (assign, nonatomic, readonly) BOOL ongoingRecurringMeeting;
42
46@property (retain, nonatomic, readonly) NSString * _Nonnull joinMeetingURL;
47
51@property (retain, nonatomic, readonly) NSString * _Nonnull meetingPassword;
52
56@property (retain, nonatomic, readonly) NSString * _Nonnull rawMeetingPassword;
57
61@property (retain, nonatomic, readonly) NSString * _Nonnull tollCallInNumber;
62
66@property (retain, nonatomic, readonly) NSString * _Nonnull tollFreeCallInNumber;
67
72@property (assign, nonatomic) BOOL disableInviteSMS;
73
77@property (retain, nonatomic) NSString * _Nonnull inviteSMS;
78
83@property (assign, nonatomic) BOOL disableCopyURL;
84
88@property (retain, nonatomic) NSString * _Nonnull inviteCopyURL;
89
94@property (assign, nonatomic) BOOL disableInviteEmail;
95
99@property (retain, nonatomic) NSString * _Nullable inviteEmailSubject;
100
104@property (retain, nonatomic) NSString * _Nullable inviteEmailContent;
105
110
111@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.