Chat helper interface.
More...
#include <ZMVideoSDKChatHelper.h>
Inherits NSObject.
Chat helper interface.
Definition at line 15 of file ZMVideoSDKChatHelper.h.
◆ canChatMessageBeDeleted:
| - (BOOL) canChatMessageBeDeleted: |
|
(NSString *) | msgID |
|
Determines if a specific message supports deletion.
- Parameters
-
- Returns
- YES if the message supports deletion. Otherwise, NO.
◆ changeChatPrivilege:
Sets participant chat privilege when in session. Only session host or manager can run the function.
- Parameters
-
| privilege | The participant's chat privilege. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ deleteChatMessage:
Deletes a specific chat message from the Zoom server.
- Parameters
-
- Returns
- If the function succeeds, it returns
ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
- Note
- This does not delete the message in your user interface.
◆ getChatPrivilege
Gets participant chat privilege when in session.
- Returns
- The result of participant chat priviledge.
◆ isChatDisabled
Determines whether chat is disabled.
- Returns
- YES if chat is disabled. Otherwise, NO.
◆ isPrivateChatDisabled
| - (BOOL) isPrivateChatDisabled |
|
|
|
Determines whether private chat is disabled.
- Returns
- YES if private chat is disabled. Otherwise, NO.
◆ sendChatToAll:
Sends a chat message to all users.
- Parameters
-
| msgContent | The content of message. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.
◆ sendChatToUser:content:
Sends a chat message to a specific user.
- Parameters
-
| user | The receiver. |
| msgContent | The content of message. |
- Returns
- If the function succeeds, it returns ZMVideoSDKErrors_Success. Otherwise, this function returns an error.