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>
import <UIKit/UIKit.h>

Go to the source code of this file.

Classes

class  MobileRTCMeetingInviteActionItem
 A class for adding custom invitation action items to the meeting. More...
 
protocol  <MobileRTCMeetingShareActionItemDelegate>
 A protocol for adding custom share action items to the meeting. More...
 
class  MobileRTCMeetingShareActionItem
 A class for adding custom sharing action items to the meeting. More...
 

Typedefs

typedef void(^ MobileRTCMeetingInviteActionItemBlock) (void)
 A block for custom invitation action items in 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)

A block for custom invitation action items in the meeting.

Definition at line 12 of file MobileRTCMeetingActionItem.h.