Meeting SDK for Linux API Reference
|
Meeting Service Chat Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
struct | BoldAttrs |
Bold attributes. More... | |
struct | ItalicAttrs |
Italic attributes. More... | |
struct | StrikethroughAttrs |
Strikethrough attributes. More... | |
struct | BulletedListAttrs |
struct | NumberedListAttrs |
NumberedList attributes. More... | |
struct | UnderlineAttrs |
Underline attributes. More... | |
struct | QuoteAttrs |
Quote attributes. More... | |
struct | InsertLinkAttrs |
InsertLink attributes. More... | |
struct | FontSizeAttrs |
FontSize attributes. More... | |
struct | FontColorAttrs |
FontColor attributes. The standard RGB color model has a value range of 0-255. More... | |
struct | BackgroundColorAttrs |
FontColor attributes. The standard RGB color model has a value range of 0-255. More... | |
struct | ParagraphAttrs |
FontColor attributes. More... | |
struct | IndentAttrs |
Indent attributes. More... | |
struct | SegmentDetails |
information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions. More... | |
class | IRichTextStyleOffset |
Chat message rich text style offset. More... | |
class | IRichTextStyleItem |
Chat message rich text item of a certain style. More... | |
class | IChatMsgInfo |
Chat message interface. More... | |
struct | tagNormalMeetingChatStatus |
The authority to chat in the normal meeting. Here are more detailed structural descriptions.. More... | |
struct | tagWebinarAttendeeChatStatus |
The authority to chat for the normal attendee in the webinar. Here are more detailed structural descriptions.. More... | |
struct | tagWebinarOtherUserRoleChatStatus |
The authority to chat for the host, co-host and panelist to chat in webinar. Here are more detailed structural descriptions.. More... | |
struct | tagChatStatus |
The authority to chat in the specified meeting. Here are more detailed structural descriptions.. More... | |
struct | tagSDKFileTransferInfo |
The basic information of transfer file. More... | |
class | ISDKFileSender |
class | ISDKFileReceiver |
class | IMeetingChatCtrlEvent |
Meeting chat callback event. More... | |
class | IChatMsgInfoBuilder |
Chat message builder to create ChatMsgInfo objects. More... | |
class | IMeetingChatController |
Meeting chat controller interface. More... | |
Macros | |
#define | RichTextStyle_FontSize_Small _T("FontSize_Small") |
#define | RichTextStyle_FontSize_Medium _T("FontSize_Medium") |
#define | RichTextStyle_FontSize_Large _T("FontSize_Large") |
#define | FontSize_Small 8 |
#define | FontSize_Medium 10 |
#define | FontSize_Large 12 |
#define | RichTextStyle_Paragraph_H1 _T("Paragraph_H1") |
#define | RichTextStyle_Paragraph_H2 _T("Paragraph_H2") |
#define | RichTextStyle_Paragraph_H3 _T("Paragraph_H3") |
Typedefs | |
typedef struct tagNormalMeetingChatStatus | NormalMeetingChatStatus |
The authority to chat in the normal meeting. Here are more detailed structural descriptions.. | |
typedef struct tagWebinarAttendeeChatStatus | WebinarAttendeeChatStatus |
The authority to chat for the normal attendee in the webinar. Here are more detailed structural descriptions.. | |
typedef struct tagWebinarOtherUserRoleChatStatus | WebinarOtherUserRoleChatStatus |
The authority to chat for the host, co-host and panelist to chat in webinar. Here are more detailed structural descriptions.. | |
typedef struct tagChatStatus | ChatStatus |
The authority to chat in the specified meeting. Here are more detailed structural descriptions.. | |
typedef struct tagSDKFileTransferInfo | SDKFileTransferInfo |
The basic information of transfer file. | |
Meeting Service Chat Interface.
Definition in file meeting_chat_interface.h.
#define FontSize_Large 12 |
Definition at line 111 of file meeting_chat_interface.h.
#define FontSize_Medium 10 |
Definition at line 110 of file meeting_chat_interface.h.
#define FontSize_Small 8 |
Currently supported font size value.
Definition at line 109 of file meeting_chat_interface.h.
#define RichTextStyle_FontSize_Large _T("FontSize_Large") |
Definition at line 104 of file meeting_chat_interface.h.
#define RichTextStyle_FontSize_Medium _T("FontSize_Medium") |
Definition at line 103 of file meeting_chat_interface.h.
#define RichTextStyle_FontSize_Small _T("FontSize_Small") |
font size for TextStyle_FontSize
Definition at line 102 of file meeting_chat_interface.h.
#define RichTextStyle_Paragraph_H1 _T("Paragraph_H1") |
The attribute strParagraph can be set with value below. If need customized paragraph text style, define strParagraph as the name of the customized text style and it will be shown in IChatMsgInfo.
Definition at line 172 of file meeting_chat_interface.h.
#define RichTextStyle_Paragraph_H2 _T("Paragraph_H2") |
Definition at line 173 of file meeting_chat_interface.h.
#define RichTextStyle_Paragraph_H3 _T("Paragraph_H3") |
Definition at line 174 of file meeting_chat_interface.h.
typedef struct tagChatStatus ChatStatus |
The authority to chat in the specified meeting. Here are more detailed structural descriptions..
typedef struct tagNormalMeetingChatStatus NormalMeetingChatStatus |
The authority to chat in the normal meeting.
Here are more detailed structural descriptions..
typedef struct tagSDKFileTransferInfo SDKFileTransferInfo |
The basic information of transfer file.
typedef struct tagWebinarAttendeeChatStatus WebinarAttendeeChatStatus |
The authority to chat for the normal attendee in the webinar. Here are more detailed structural descriptions..
typedef struct tagWebinarOtherUserRoleChatStatus WebinarOtherUserRoleChatStatus |
The authority to chat for the host, co-host and panelist to chat in webinar. Here are more detailed structural descriptions..
enum RichTextStyle |
Enumerations of the content rich text style type for chat message.
Definition at line 230 of file meeting_chat_interface.h.
Enumerations of the chat message delete type.
Definition at line 525 of file meeting_chat_interface.h.
enum SDKChatMessageType |
Enumerations of the type for chat message.
Definition at line 14 of file meeting_chat_interface.h.
enum SDKChatPrivilege |
Enumerations of the chat priviledge.
Definition at line 508 of file meeting_chat_interface.h.
Definition at line 538 of file meeting_chat_interface.h.