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 |
struct | StrikethroughAttrs |
struct | BulletedListAttrs |
struct | NumberedListAttrs |
struct | UnderlineAttrs |
struct | QuoteAttrs |
struct | InsertLinkAttrs |
struct | FontSizeAttrs |
struct | FontColorAttrs |
struct | BackgroundColorAttrs |
struct | ParagraphAttrs |
struct | IndentAttrs |
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 |
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. Tips: If there are duplicate styles, the final appearance is determined by the last applied setting. 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 |
typedef struct tagWebinarAttendeeChatStatus | WebinarAttendeeChatStatus |
typedef struct tagWebinarOtherUserRoleChatStatus | WebinarOtherUserRoleChatStatus |
typedef struct tagChatStatus | ChatStatus |
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 81 of file meeting_chat_interface.h.
#define FontSize_Medium 10 |
Definition at line 80 of file meeting_chat_interface.h.
#define FontSize_Small 8 |
Currently supported font size value.
Definition at line 79 of file meeting_chat_interface.h.
#define RichTextStyle_FontSize_Large _T("FontSize_Large") |
Definition at line 74 of file meeting_chat_interface.h.
#define RichTextStyle_FontSize_Medium _T("FontSize_Medium") |
Definition at line 73 of file meeting_chat_interface.h.
#define RichTextStyle_FontSize_Small _T("FontSize_Small") |
Definition at line 72 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 129 of file meeting_chat_interface.h.
#define RichTextStyle_Paragraph_H2 _T("Paragraph_H2") |
Definition at line 130 of file meeting_chat_interface.h.
#define RichTextStyle_Paragraph_H3 _T("Paragraph_H3") |
Definition at line 131 of file meeting_chat_interface.h.
typedef struct tagChatStatus ChatStatus |
typedef struct tagNormalMeetingChatStatus NormalMeetingChatStatus |
typedef struct tagSDKFileTransferInfo SDKFileTransferInfo |
The basic information of transfer file.
typedef struct tagWebinarAttendeeChatStatus WebinarAttendeeChatStatus |
typedef struct tagWebinarOtherUserRoleChatStatus WebinarOtherUserRoleChatStatus |
enum RichTextStyle |
Enumerations of the content rich text style type for chat message.
Definition at line 168 of file meeting_chat_interface.h.
Enumerations of the chat message delete type.
Definition at line 388 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 376 of file meeting_chat_interface.h.
Definition at line 397 of file meeting_chat_interface.h.