|
Meeting SDK for macOS API Reference
|
Provide APIs to manage in-meeting chat messages and file transfers. More...
#include <ZoomSDKMeetingChatController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKChatInfo *_Nullable) | - getChatMessageById: |
| Gets chat message by message ID. | |
| (ZoomSDKError) | - sendChatMsgTo: |
| Sends a chat message. | |
| (BOOL) | - isFileTransferEnabled |
| Determines whether file transfer is enabled. | |
| (ZoomSDKError) | - transferFile:toUser: |
| Sends file to specify user in current meeting. | |
| (ZoomSDKError) | - transferFileToAll: |
| Sends file to all users in current meeting. | |
| (NSString *_Nullable) | - getTransferFileTypeAllowList |
| Gets the list of allowed file types in transfer. | |
| (unsigned long long) | - getMaxTransferFileSizeBytes |
| Gets the maximum size for file transfer. | |
Properties | |
| id< ZoomSDKMeetingChatControllerDelegate > | delegate |
| Sets the delegate to receive chat and file transfer events. | |
Provide APIs to manage in-meeting chat messages and file transfers.
Definition at line 675 of file ZoomSDKMeetingChatController.h.
| - (ZoomSDKChatInfo *_Nullable) getChatMessageById: | (NSString *) | messageID |
Gets chat message by message ID.
| messageID | The message ID. |
| - (unsigned long long) getMaxTransferFileSizeBytes |
Gets the maximum size for file transfer.
References getMaxTransferFileSizeBytes.
Referenced by getMaxTransferFileSizeBytes.
| - (NSString *_Nullable) getTransferFileTypeAllowList |
Gets the list of allowed file types in transfer.
References getTransferFileTypeAllowList.
Referenced by getTransferFileTypeAllowList.
| - (BOOL) isFileTransferEnabled |
Determines whether file transfer is enabled.
References isFileTransferEnabled.
Referenced by isFileTransferEnabled.
| - (ZoomSDKError) sendChatMsgTo: | (ZoomSDKChatInfo *) | message |
Sends a chat message.
| message | The message info. |
| - (ZoomSDKError) transferFile: | (NSString *) | filePath | |
| toUser: | (unsigned int) | userId |
Sends file to specify user in current meeting.
| filePath | The file's absolute path. |
| userId | Send the file to this user. |
ZoomSDKError_Success. Otherwise, this function returns an error. | - (ZoomSDKError) transferFileToAll: | (NSString *) | filePath |
Sends file to all users in current meeting.
| filePath | The file's absolute path. |
ZoomSDKError_Success. Otherwise, this function returns an error.
|
readwritenonatomicassign |
Sets the delegate to receive chat and file transfer events.
Definition at line 679 of file ZoomSDKMeetingChatController.h.