|
Meeting SDK for iOS API Reference
|
A class for getting and setting configurations in a meeting. More...
#include <MobileRTCInviteHelper.h>
Inherits NSObject.
Class Methods | |
| (MobileRTCInviteHelper *_Nonnull) | + sharedInstance |
| Gets the instance of MobileRTCInviteHelper. | |
Properties | |
| NSString *_Nonnull | ongoingMeetingNumber |
| Gets the current meeting number in format such as 123456789. | |
| NSString *_Nonnull | ongoingMeetingID |
| Gets the unique ID of the current meeting in format such as DVLObefSZizM0xQLhtrCQ==. | |
| NSString *_Nonnull | ongoingMeetingTopic |
| Gets the current meeting topic. | |
| NSDate *_Nonnull | ongoingMeetingStartTime |
| Gets the current meeting start time. | |
| BOOL | ongoingRecurringMeeting |
| Queries if the current meeting is a recurring meeting. | |
| NSString *_Nonnull | joinMeetingURL |
| Gets the join URL of the current meeting. | |
| NSString *_Nonnull | meetingPassword |
| Gets the meeting password. | |
| NSString *_Nonnull | rawMeetingPassword |
| Gets the original meeting password. | |
| NSString *_Nonnull | tollCallInNumber |
| Gets the phone number of a toll call. | |
| NSString *_Nonnull | tollFreeCallInNumber |
| Gets the phone number of a toll-free call. | |
| BOOL | disableInviteSMS |
| Enables the invitation by message. | |
| NSString *_Nonnull | inviteSMS |
| Customizes the SMS invitation content. | |
| BOOL | disableCopyURL |
| Enables Copy URL. | |
| NSString *_Nonnull | inviteCopyURL |
| Customizes the content of Copy URL. | |
| BOOL | disableInviteEmail |
| Enables the invitation by email. | |
| NSString *_Nullable | inviteEmailSubject |
| Customizes the subject of the invitation by email. | |
| NSString *_Nullable | inviteEmailContent |
| Customizes the content of the invitation by email. | |
A class for getting and setting configurations in a meeting.
Definition at line 12 of file MobileRTCInviteHelper.h.
| + (MobileRTCInviteHelper *_Nonnull) sharedInstance |
Gets the instance of MobileRTCInviteHelper.
|
readwritenonatomicassign |
Enables Copy URL.
Definition at line 84 of file MobileRTCInviteHelper.h.
|
readwritenonatomicassign |
Enables the invitation by email.
Definition at line 95 of file MobileRTCInviteHelper.h.
|
readwritenonatomicassign |
Enables the invitation by message.
Definition at line 73 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Customizes the content of Copy URL.
Definition at line 89 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Customizes the content of the invitation by email.
Definition at line 105 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Customizes the subject of the invitation by email.
Definition at line 100 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Customizes the SMS invitation content.
Definition at line 78 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the join URL of the current meeting.
Definition at line 47 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the meeting password.
Definition at line 52 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the unique ID of the current meeting in format such as DVLObefSZizM0xQLhtrCQ==.
Definition at line 24 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the current meeting number in format such as 123456789.
Definition at line 18 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the current meeting start time.
Definition at line 36 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the current meeting topic.
Definition at line 30 of file MobileRTCInviteHelper.h.
|
readnonatomicassign |
Queries if the current meeting is a recurring meeting.
Definition at line 42 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the original meeting password.
Definition at line 57 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the phone number of a toll call.
Definition at line 62 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Gets the phone number of a toll-free call.
Definition at line 67 of file MobileRTCInviteHelper.h.