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