|
Meeting SDK for iOS API Reference
|
Chat functionality for sending and receiving messages during meetings. More...
import <Foundation/Foundation.h>import <MobileRTC/MobileRTCConstants.h>Go to the source code of this file.
Classes | |
| class | MobileRTCFileTransferInfo |
| Provides information about the status and progress of a file transfer during a Zoom meeting. More... | |
| class | MobileRTCFileSender |
| Interface for file sender. More... | |
| class | MobileRTCFileReceiver |
| Interface for file receiver. More... | |
| class | MobileRTCMeetingChatBuilder |
| Chat message builder to create ChatMsgInfo objects. More... | |
| class | MobileRTCSegmentDetails |
| Information of rich text with style attributes in a chat message content. Here are more detailed structural descriptions. More... | |
| class | MobileRTCBoldAttrs |
| Bold attributes. More... | |
| class | MobileRTCItalicAttrs |
| Italic attributes. More... | |
| class | MobileRTCStrikethroughAttrs |
| Strikethrough attributes. More... | |
| class | MobileRTCBulletedListAttrs |
| BulletedList attributes. More... | |
| class | MobileRTCNumberedListAttrs |
| NumberedList attributes. More... | |
| class | MobileRTCUnderlineAttrs |
| Underline attributes. More... | |
| class | MobileRTCQuoteAttrs |
| Quote attributes. More... | |
| class | MobileRTCInsertLinkAttrs |
| InsertLink attributes. More... | |
| class | MobileRTCFontSizeAttrs |
| Set font size attributes for a chat message segment. More... | |
| class | MobileRTCFontColorAttrs |
| Set font color attributes for a chat message segment. More... | |
| class | MobileRTCBackgroundColorAttrs |
| Background color attributes. More... | |
| class | MobileRTCParagraphAttrs |
| Paragraph attributes. More... | |
| class | MobileRTCIndentAttrs |
| Indent attributes. More... | |
| class | MobileRTCMeetingChat |
| Retrieve the meeting chat data. More... | |
Macros | |
| #define | FontSize_Small 8 |
| FontSize attributes. Currently supported font size value as following. | |
| #define | FontSize_Medium 10 |
| #define | FontSize_Large 12 |
| #define | kRichTextColor(r, g, b) |
| FontColor attributes. | |
| #define | TextStyle_Paragraph_H1 @"Paragraph_H1" |
| #define | TextStyle_Paragraph_H2 @"Paragraph_H2" |
| #define | TextStyle_Paragraph_H3 @"Paragraph_H3" |
Variables | |
| @interface MobileRTCRichTextStyleOffset NSInteger | positionEnd |
| Get a certain rich-text style’s start position. | |
| NSString *_Nullable | reserve |
| Get a certain rich-text style’s supplementary information. | |
| @interface MobileRTCRichTextStyleItem NSArray< MobileRTCRichTextStyleOffset * > *_Nullable | textStyleOffsetList |
| Get the rich text type of a portion of the current message. | |
Chat functionality for sending and receiving messages during meetings.
Definition in file MobileRTCMeetingChat.h.
| #define FontSize_Large 12 |
Definition at line 560 of file MobileRTCMeetingChat.h.
| #define FontSize_Medium 10 |
Definition at line 559 of file MobileRTCMeetingChat.h.
| #define FontSize_Small 8 |
FontSize attributes. Currently supported font size value as following.
Definition at line 558 of file MobileRTCMeetingChat.h.
| #define kRichTextColor | ( | r, | |
| g, | |||
| b ) |
FontColor attributes.
Definition at line 585 of file MobileRTCMeetingChat.h.
| #define TextStyle_Paragraph_H1 @"Paragraph_H1" |
Definition at line 623 of file MobileRTCMeetingChat.h.
| #define TextStyle_Paragraph_H2 @"Paragraph_H2" |
Definition at line 624 of file MobileRTCMeetingChat.h.
| #define TextStyle_Paragraph_H3 @"Paragraph_H3" |
Definition at line 625 of file MobileRTCMeetingChat.h.
|
readwritenonatomicassign |
Get a certain rich-text style’s start position.
Get a certain rich-text style’s end position.
Definition at line 372 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Get a certain rich-text style’s supplementary information.
Definition at line 378 of file MobileRTCMeetingChat.h.
|
readwritenonatomiccopy |
Get the rich text type of a portion of the current message.
Get the current message’s rich text position info list of a certain style.
Definition at line 398 of file MobileRTCMeetingChat.h.