6#import <Foundation/Foundation.h>
78@property (retain, nonatomic) NSString * _Nonnull
inviteSMS;
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.