|
Meeting SDK for iOS API 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. | |
A protocol for adding custom share action items to the meeting.
Definition at line 44 of file MobileRTCMeetingActionItem.h.
|
required |
Callback event when the share item is clicked.
| tag | The tag of the share item. |
| completion | The completion block. |