iOS API
Class Methods | Properties | List of all members
MobileRTCInviteHelper Class Reference

Get/Set configurations in meeting. More...

#import <MobileRTCInviteHelper.h>

Inheritance diagram for MobileRTCInviteHelper:

Class Methods

(MobileRTCInviteHelper *_Nonnull) + sharedInstance
 Get the instance of MobileRTCInviteHelper.
 

Properties

NSString *_Nonnull ongoingMeetingNumber
 Get current meeting number in format such as 123456789. More...
 
NSString *_Nonnull ongoingMeetingID
 Get unique ID of current meeting in format such as DVLObefSZizM0xQLhtrCQ==. More...
 
NSString *_Nonnull ongoingMeetingTopic
 Get the current meeting topic. More...
 
NSDate *_Nonnull ongoingMeetingStartTime
 Get the current meeting start time. More...
 
BOOL ongoingRecurringMeeting
 Query if the current meeting is a recurring meeting. More...
 
NSString *_Nonnull joinMeetingURL
 Get the join URL of current meeting.
 
NSString *_Nonnull meetingPassword
 Get the meeting password.
 
NSString *_Nonnull rawMeetingPassword
 Get the original meeting password.
 
NSString *_Nonnull tollCallInNumber
 Get the phone number of a toll call.
 
NSString *_Nonnull tollFreeCallInNumber
 Get the phone number of a toll free call.
 
BOOL disableInviteSMS
 Enable the invitation by message. More...
 
NSString *_Nonnull inviteSMS
 Custom the SMS invitation content.
 
BOOL disableCopyURL
 Enable Copy URL. More...
 
NSString *_Nonnull inviteCopyURL
 Custom the content of Copy URL.
 
BOOL disableInviteEmail
 Enable the invitation by Email. More...
 
NSString *_Nonnull inviteEmailSubject
 Custom the subject of the invitation by Email.
 
NSString *_Nonnull inviteEmailContent
 Custom the content of the invitation by Email.
 

Detailed Description

Get/Set configurations in meeting.

Property Documentation

◆ disableCopyURL

- (BOOL) disableCopyURL
readwritenonatomicassign

Enable Copy URL.

Warning
If set disableCopyURL to YES, the "Copy URL" button will not be displayed in Invite item; otherwise you can custom the Copy URL content.

◆ disableInviteEmail

- (BOOL) disableInviteEmail
readwritenonatomicassign

Enable the invitation by Email.

Warning
If set disableEmailInvite to YES, the "Invite by Email" button will not be displayed in Invite item; otherwise you can custom the content of Email via inviteEmailSubject and inviteEmailContent.

◆ disableInviteSMS

- (BOOL) disableInviteSMS
readwritenonatomicassign

Enable the invitation by message.

Warning
If set disableInviteSMS to YES, the "Invite by Message" button will not be displayed in Invite item; otherwise you can custom the invitation content.

◆ ongoingMeetingID

- (NSString* _Nonnull) ongoingMeetingID
readnonatomicretain

Get unique ID of current meeting in format such as DVLObefSZizM0xQLhtrCQ==.

Warning
The method should be called during an ongoing meeting, otherwise the value is invalid.

◆ ongoingMeetingNumber

- (NSString* _Nonnull) ongoingMeetingNumber
readnonatomicretain

Get current meeting number in format such as 123456789.

Warning
The method should be called during an ongoing meeting, otherwise the value is invalid.

◆ ongoingMeetingStartTime

- (NSDate* _Nonnull) ongoingMeetingStartTime
readnonatomicretain

Get the current meeting start time.

Warning
The method should be called during an ongoing meeting, otherwise the value is invalid.

◆ ongoingMeetingTopic

- (NSString* _Nonnull) ongoingMeetingTopic
readnonatomicretain

Get the current meeting topic.

Warning
The method should be called during an ongoing meeting, otherwise the value is invalid.

◆ ongoingRecurringMeeting

- (BOOL) ongoingRecurringMeeting
readnonatomicassign

Query if the current meeting is a recurring meeting.

Warning
The method should be called during an ongoing meeting, otherwise the value is invalid.

The documentation for this class was generated from the following file: