Chat helper interface.
More...
#include <zoom_video_sdk_chat_helper_interface.h>
Chat helper interface.
Definition at line 36 of file zoom_video_sdk_chat_helper_interface.h.
◆ canChatMessageBeDeleted()
virtual bool IZoomVideoSDKChatHelper::canChatMessageBeDeleted |
( |
const zchar_t * | msgID | ) |
|
|
pure virtual |
Determine if a specific message can be deleted.
- Parameters
-
- Returns
- True if the message can be deleted, otherwise False.
◆ 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 ZoomVideoSDKErrors_Success, otherwise failed. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ deleteChatMessage()
delete a specific chat message from the Zoom server. This does not delete the message in your user interface.
- Parameters
-
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ getChatPrivilege()
Get participant Chat Privilege when in session.
- Returns
- The result of participant chat priviledge.
◆ isChatDisabled()
virtual bool IZoomVideoSDKChatHelper::isChatDisabled |
( |
| ) |
|
|
pure virtual |
Determine whether chat is disabled.
- Returns
- True if chat is disabled, otherwise false.
◆ isPrivateChatDisabled()
virtual bool IZoomVideoSDKChatHelper::isPrivateChatDisabled |
( |
| ) |
|
|
pure virtual |
Determine whether private chat is disabled.
- Returns
- True if private chat is disabled, otherwise false.
◆ sendChatToAll()
Send a chat message to all users.
- Parameters
-
msgContent | The message content. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.
◆ sendChatToUser()
Send a chat message to a specific user.
- Parameters
-
pUser | The receiver. |
msgContent | The message content. |
- Returns
- If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise failed. To get extended error information, see ZoomVideoSDKErrors enum.