|
iOS SDK API Reference
|
Get/Set configurations in meeting. More...
#import <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 15 of file MobileRTCInviteHelper.h.
| + (MobileRTCInviteHelper *_Nonnull) sharedInstance |
Get the instance of MobileRTCInviteHelper.
|
readwritenonatomicassign |
Enable Copy URL.
Definition at line 87 of file MobileRTCInviteHelper.h.
|
readwritenonatomicassign |
Enable the invitation by Email.
Definition at line 98 of file MobileRTCInviteHelper.h.
|
readwritenonatomicassign |
Enable the invitation by message.
Definition at line 76 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the content of Copy URL.
Definition at line 92 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the content of the invitation by Email.
Definition at line 108 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the subject of the invitation by Email.
Definition at line 103 of file MobileRTCInviteHelper.h.
|
readwritenonatomicretain |
Custom the SMS invitation content.
Definition at line 81 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the join URL of current meeting.
Definition at line 50 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the meeting password.
Definition at line 55 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get unique ID of current meeting in format such as DVLObefSZizM0xQLhtrCQ==.
Definition at line 27 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get current meeting number in format such as 123456789.
Definition at line 21 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the current meeting start time.
Definition at line 39 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the current meeting topic.
Definition at line 33 of file MobileRTCInviteHelper.h.
|
readnonatomicassign |
Query if the current meeting is a recurring meeting.
Definition at line 45 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the original meeting password.
Definition at line 60 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the phone number of a toll call.
Definition at line 65 of file MobileRTCInviteHelper.h.
|
readnonatomicretain |
Get the phone number of a toll free call.
Definition at line 70 of file MobileRTCInviteHelper.h.