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