9#import <Foundation/Foundation.h>
21@property (nonatomic, retain, readwrite) NSString * _Nonnull
actionTitle;
35@protocol MobileRTCMeetingShareActionItemDelegate <NSObject>
37- (void)onShareItemClicked:(NSUInteger)tag completion:(BOOL(^_Nonnull)(UIViewController * _Nonnull shareView))completion;
44@property (nonatomic, retain, readwrite) NSString * _Nonnull actionTitle;
49@property (nonatomic, assign, readwrite) NSUInteger tag;
53@property (nonatomic, assign, readwrite) id<MobileRTCMeetingShareActionItemDelegate> _Nonnull delegate;
55+(
id _Nonnull )itemWithTitle:(NSString * _Nonnull)inTitle Tag:(NSUInteger)tag;
void(^ MobileRTCMeetingInviteActionItemBlock)(void)
Add custom invitation action items to the meeting.
MobileRTCMeetingInviteActionItemBlock _Nonnull actionHandler
Callback event of clicking the invitation item.
NSString *_Nonnull actionTitle
The title of the custom invitation items.
Add custom share action item to the meeting.