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

A protocol for adding custom share action items to the meeting. More...

#include <MobileRTCMeetingActionItem.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onShareItemClicked:completion:
 Callback event when the share item is clicked.
 

Detailed Description

A protocol for adding custom share action items to the meeting.

Definition at line 44 of file MobileRTCMeetingActionItem.h.

Method Documentation

◆ onShareItemClicked:completion:

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

Callback event when the share item is clicked.

Parameters
tagThe tag of the share item.
completionThe completion block.