iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingShareActionItem Class 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.
 

Detailed Description

Add custom share action item to the meeting.

Definition at line 40 of file MobileRTCMeetingActionItem.h.

Method Documentation

◆ itemWithTitle:Tag:

+ (id _Nonnull) itemWithTitle: (NSString *_Nonnull)  inTitle
Tag: (NSUInteger)  tag 

Property Documentation

◆ actionTitle

- (NSString* _Nonnull) actionTitle
readwritenonatomicretain

The title of the custom content to share, like screen, application, photos, etc.

Definition at line 44 of file MobileRTCMeetingActionItem.h.

◆ delegate

- (id<MobileRTCMeetingShareActionItemDelegate> _Nonnull) delegate
readwritenonatomicassign

Enable the share via MobileRTCMeetingShareActionItemDelegate.

Definition at line 53 of file MobileRTCMeetingActionItem.h.

◆ tag

- (NSUInteger) tag
readwritenonatomicassign

The tag of MobileRTCMeetingShareActionItem.

Definition at line 49 of file MobileRTCMeetingActionItem.h.