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 |
|
Determine if a specific message can be deleted.
- Parameters
-
- Returns
- YES if the message can be deleted, otherwise NO.
◆ changeChatPrivilege:
Set participant chat privilege when in session. Only session host/manager can run the function.
- Parameters
-
privilege | The chat privilege of the participant. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success, otherwise failed.
◆ deleteChatMessage:
Call this method to delete a specific chat message from the Zoom server.
- Parameters
-
- Returns
- If the function succeeds, it will return
ZMVideoSDKErrors_Success
, otherwise failed.
- Note
- This does not delete the message in your user interface.
◆ getChatPrivilege
Get participant chat privilege when in session.
- Returns
- The result of participant chat priviledge.
◆ isChatDisabled
Determine whether chat is disabled.
- Returns
- YES if chat is disabled, otherwise NO.
◆ isPrivateChatDisabled
- (BOOL) isPrivateChatDisabled |
|
|
|
Determine whether private chat is disabled.
- Returns
- YES if private chat is disabled, otherwise NO.
◆ sendChatToAll:
Call this method to send a chat message to all users.
- Parameters
-
msgContent | The content of message. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.
◆ sendChatToUser:content:
Call this method to send a chat message to a specific user.
- Parameters
-
user | The receiver. |
msgContent | The content of message. |
- Returns
- If the function succeeds, it will return ZMVideoSDKErrors_Success.