A class to operate the instant message in session.
More...
#include <ZoomVideoSDKChatHelper.h>
Inherits NSObject.
A class to operate the instant message in session.
Definition at line 56 of file ZoomVideoSDKChatHelper.h.
◆ canChatMessageBeDeleted:
- (BOOL) canChatMessageBeDeleted: |
|
(NSString *__nonnull) | 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.
- Parameters
-
privilege | The chat privilege of the participant |
- Returns
- If the function succeeds, it will return Errors_Success, otherwise failed.
- Warning
- Only meeting host/manager can run the function
◆ deleteChatMessage:
Call this method to delete a specific chat message from the Zoom server.
- Warning
- This does not delete the message in your user interface.
- Parameters
-
- Returns
- If the function succeeds, it will return Errors_Success, otherwise failed.
◆ getChatPrivilege
get participant Chat Privilege when in session
- Returns
- the result of participant chat Privilege.
◆ 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
-
content | The message content. |
- Returns
- The result of it.
◆ SendChatToUser:Content:
Call this method to send a chat message to a specific user.
- Parameters
-
user | The receiver. |
content | The message content. |
- Returns
- The result of it.