9#import <Foundation/Foundation.h>
24@property (nonatomic, retain, readwrite) NSString * _Nullable
actionTitle;
38@protocol MobileRTCMeetingShareActionItemDelegate <NSObject>
40- (void)onShareItemClicked:(NSUInteger)tag completion:(BOOL(^_Nonnull)(UIViewController * _Nonnull shareView))completion;
51@property (nonatomic, retain, readwrite) NSString * _Nonnull actionTitle;
56@property (nonatomic, assign, readwrite) NSUInteger tag;
60@property (nonatomic, assign, readwrite) id<MobileRTCMeetingShareActionItemDelegate> _Nonnull delegate;
62+(
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.