|
Meeting SDK for iOS API Reference
|
Get/Set configurations in meeting. More...
#include <MobileRTCInviteHelper.h>
Inherits NSObject.
Class Methods | |
| (MobileRTCInviteHelper *_Nonnull) | + sharedInstance |
| Get the instance of MobileRTCInviteHelper. | |
Properties | |
| NSString *_Nonnull | ongoingMeetingNumber |
| Get current meeting number in format such as 123456789. | |
| NSString *_Nonnull | ongoingMeetingID |
| Get unique ID of current meeting in format such as DVLObefSZizM0xQLhtrCQ==. | |
| NSString *_Nonnull | ongoingMeetingTopic |
| Get the current meeting topic. | |
| NSDate *_Nonnull | ongoingMeetingStartTime |
| Get the current meeting start time. | |
| BOOL | ongoingRecurringMeeting |
| Query if the current meeting is a recurring meeting. | |
| 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. | |
| NSString *_Nonnull | inviteSMS |
| Custom the SMS invitation content. | |
| BOOL | disableCopyURL |
| Enable Copy URL. | |
| NSString *_Nonnull | inviteCopyURL |
| Custom the content of Copy URL. | |
| BOOL | disableInviteEmail |
| Enable the invitation by Email. | |
| NSString *_Nullable | inviteEmailSubject |
| Custom the subject of the invitation by Email. | |
| NSString *_Nullable | inviteEmailContent |
| Custom the content of the invitation by Email. | |
Get/Set configurations in meeting.
Definition at line 12 of file MobileRTCInviteHelper.h.
| + (MobileRTCInviteHelper *_Nonnull) sharedInstance |
Get the instance of MobileRTCInviteHelper.
|
readwritenonatomicassign |
Enable Copy URL.
Definition at line 83 of file MobileRTCInviteHelper.h.
|
readwritenonatomicassign |
Enable the invitation by Email.
Definition at line 94 of file MobileRTCInviteHelper.h.
|
readwritenonatomicassign |
Enable the invitation by message.
Definition at line 72 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the content of Copy URL.
Definition at line 88 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the content of the invitation by Email.
Definition at line 104 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the subject of the invitation by Email.
Definition at line 99 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the SMS invitation content.
Definition at line 77 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the join URL of current meeting.
Definition at line 46 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the meeting password.
Definition at line 51 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get unique ID of current meeting in format such as DVLObefSZizM0xQLhtrCQ==.
Definition at line 23 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get current meeting number in format such as 123456789.
Definition at line 17 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the current meeting start time.
Definition at line 35 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the current meeting topic.
Definition at line 29 of file MobileRTCInviteHelper.h.
|
readnonatomicassign |
Query if the current meeting is a recurring meeting.
Definition at line 41 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the original meeting password.
Definition at line 56 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the phone number of a toll call.
Definition at line 61 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the phone number of a toll free call.
Definition at line 66 of file MobileRTCInviteHelper.h.