Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingChatController.h File Reference

Defines interfaces for file transfer and rich-text chat attributes in Zoom SDK. More...

import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>

Go to the source code of this file.

Data Structures

class  ZoomSDKFileTransferInfo
 Provides information about the status and progress of a file transfer during a Zoom meeting. More...
 
class  ZoomSDKFileSender
 Provides control over file sending in a Zoom meeting chat. More...
 
class  ZoomSDKFileReceiver
 Provides control over receiving a file in a Zoom meeting chat. More...
 
class  ZoomSDKRichTextStyleOffset
 Describes the style range and additional metadata of a rich text segment. More...
 
class  ZoomSDKRichTextStyleItem
 Represents a rich-text style and associated style ranges. More...
 
class  ZoomSDKChatMsgBoldAttrs
 Style attributes indicating text is bold. More...
 
class  ZoomSDKChatMsgItalicAttrs
 Set italic style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgStrikethroughAttrs
 Set strikethrough style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgBulletedListAttrs
 Set bulleted list style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgNumberedListAttrs
 Set numbered list style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgUnderlineAttrs
 Set underline style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgQuoteAttrs
 Set quote style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgInsertLinkAttrs
 Set link attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgFontSizeAttrs
 Set font size attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgFontColorAttrs
 Set font color attributes for a chat message segment. Currently supported font color combinations. FontColor_Red, 235,24,7 FontColor_Orange, 255,138,0 FontColor_Yellow, 248,194,0 FontColor_Green, 19,138,0 FontColor_Blue, 0,111,250 FontColor_Violet, 152,70,255 FontColor_Rosered, 226,0,148 FontColor_Black 34,34,48. More...
 
class  ZoomSDKChatMsgBackgroundColorAttrs
 Set background color attributes for a chat message segment. Currently supported background color combinations. BackgroundColor_Normal, 255,255,255 BackgroundColor_Red, 255,67,67 BackgroundColor_Orange, 255,138,0 BackgroundColor_Yellow, 255,214,0 BackgroundColor_Green, 73,214,30 BackgroundColor_Blue, 47,139,255 BackgroundColor_Violet, 171,104,255 BackgroundColor_Rosered, 255,54,199 BackgroundColor_White 255,255,255. More...
 
class  ZoomSDKChatMsgParagraphAttrs
 Set paragraph style attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgIndentAttrs
 Set indent attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgSegmentDetails
 Define detailed attributes for a chat message segment. More...
 
class  ZoomSDKChatMsgInfoBuilder
 Used to build a ZoomSDK chat message with various content and styles. More...
 
protocol  <ZoomSDKMeetingChatControllerDelegate>
 Callback events for in-meeting chat and file transfer activities. More...
 
class  ZoomSDKMeetingChatController
 Provide APIs to manage in-meeting chat messages and file transfers. More...
 

Macros

#define FontSize_Small   8
 
#define FontSize_Medium   10
 
#define FontSize_Large   12
 
#define TextStyle_Paragraph_H1   @"Paragraph_H1"
 
#define TextStyle_Paragraph_H2   @"Paragraph_H2"
 
#define TextStyle_Paragraph_H3   @"Paragraph_H3"
 

Detailed Description

Defines interfaces for file transfer and rich-text chat attributes in Zoom SDK.

Definition in file ZoomSDKMeetingChatController.h.

Macro Definition Documentation

◆ FontSize_Large

#define FontSize_Large   12

Definition at line 241 of file ZoomSDKMeetingChatController.h.

◆ FontSize_Medium

#define FontSize_Medium   10

Definition at line 240 of file ZoomSDKMeetingChatController.h.

◆ FontSize_Small

#define FontSize_Small   8

Definition at line 239 of file ZoomSDKMeetingChatController.h.

◆ TextStyle_Paragraph_H1

#define TextStyle_Paragraph_H1   @"Paragraph_H1"

Definition at line 313 of file ZoomSDKMeetingChatController.h.

◆ TextStyle_Paragraph_H2

#define TextStyle_Paragraph_H2   @"Paragraph_H2"

Definition at line 314 of file ZoomSDKMeetingChatController.h.

◆ TextStyle_Paragraph_H3

#define TextStyle_Paragraph_H3   @"Paragraph_H3"

Definition at line 315 of file ZoomSDKMeetingChatController.h.