Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingActionItem.h File Reference

Action item data structure for meeting actions and tasks. More...

import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  MobileRTCMeetingInviteActionItem
 Add custom invitation action items to the meeting. More...
 
protocol  <MobileRTCMeetingShareActionItemDelegate>
 Add custom share action item to the meeting. More...
 
class  MobileRTCMeetingShareActionItem
 Add custom sharing action items to the meeting. More...
 

Typedefs

typedef void(^ MobileRTCMeetingInviteActionItemBlock) (void)
 Add custom invitation action items to the meeting.
 

Detailed Description

Action item data structure for meeting actions and tasks.

Definition in file MobileRTCMeetingActionItem.h.

Typedef Documentation

◆ MobileRTCMeetingInviteActionItemBlock

typedef void(^ MobileRTCMeetingInviteActionItemBlock) (void)

Add custom invitation action items to the meeting.

Definition at line 11 of file MobileRTCMeetingActionItem.h.