iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingInviteActionItem Class Reference

Add custom invitation action items to the meeting.
More...

#import <MobileRTCMeetingActionItem.h>

Inherits NSObject.

Class Methods

(id _Nonnull) + itemWithTitle:Action:
 

Properties

NSString *_Nonnull actionTitle
 The title of the custom invitation items.
 
MobileRTCMeetingInviteActionItemBlock _Nonnull actionHandler
 Callback event of clicking the invitation item.
 

Detailed Description

Add custom invitation action items to the meeting.

Definition at line 17 of file MobileRTCMeetingActionItem.h.

Method Documentation

◆ itemWithTitle:Action:

+ (id _Nonnull) itemWithTitle: (NSString *_Nonnull)  inTitle
Action: (MobileRTCMeetingInviteActionItemBlock _Nonnull)  actionHandler 

Property Documentation

◆ actionHandler

- (MobileRTCMeetingInviteActionItemBlock _Nonnull) actionHandler
readwritenonatomiccopy

Callback event of clicking the invitation item.

Definition at line 25 of file MobileRTCMeetingActionItem.h.

◆ actionTitle

- (NSString* _Nonnull) actionTitle
readwritenonatomicretain

The title of the custom invitation items.

Definition at line 21 of file MobileRTCMeetingActionItem.h.