Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
<MobileRTCMeetingShareActionItemDelegate> Protocol Reference

Add custom share action item to the meeting. More...

#include <MobileRTCMeetingActionItem.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onShareItemClicked:completion:
 

Detailed Description

Add custom share action item to the meeting.

Definition at line 38 of file MobileRTCMeetingActionItem.h.

Method Documentation

◆ onShareItemClicked:completion:

- (void) onShareItemClicked: (NSUInteger) tag
completion: (BOOL(^)(UIViewController *_Nonnull shareView)) completion 
required