|
iOS SDK API Reference
|
Add custom share action item to the meeting. More...
#import <MobileRTCMeetingActionItem.h>
Inherits NSObject.
Class Methods | |
| (id _Nonnull) | + itemWithTitle:Tag: |
Properties | |
| NSString *_Nonnull | actionTitle |
| The title of the custom content to share, like screen, application, photos, etc. | |
| NSUInteger | tag |
| The tag of MobileRTCMeetingShareActionItem. | |
| id< MobileRTCMeetingShareActionItemDelegate > _Nonnull | delegate |
| Enable the share via MobileRTCMeetingShareActionItemDelegate. | |
Add custom share action item to the meeting.
Definition at line 40 of file MobileRTCMeetingActionItem.h.
| + (id _Nonnull) itemWithTitle: | (NSString *_Nonnull) | inTitle | |
| Tag: | (NSUInteger) | tag | |
|
readwritenonatomicretain |
The title of the custom content to share, like screen, application, photos, etc.
Definition at line 44 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicassign |
Enable the share via MobileRTCMeetingShareActionItemDelegate.
Definition at line 53 of file MobileRTCMeetingActionItem.h.
|
readwritenonatomicassign |
The tag of MobileRTCMeetingShareActionItem.
Definition at line 49 of file MobileRTCMeetingActionItem.h.