3import androidx.annotation.NonNull;
Enumerates the types of chat privileges.
boolean canChatMessageBeDeleted(@NonNull String msgId)
Determine if a specific message can be deleted.
int changeChatPrivilege(ZoomVideoSDKChatPrivilegeType privilege)
Set participant Chat Privilege when in session Note: Only session host/manager can run the function.
boolean isChatDisabled()
Determine whether chat is disabled.
boolean isPrivateChatDisabled()
Determine whether private chat is disabled.
int sendChatToAll(String msgContent)
Call this method to send a chat message to all users.
int sendChatToUser(ZoomVideoSDKUser user, String msgContent)
Call this method to send a chat message to a specific user.
ZoomVideoSDKChatPrivilegeType getChatPrivilege()
get participant Chat Priviledge when in session
int deleteChatMessage(String msgId)
Call this method to delete a specific chat message from the Zoom server. This does not delete the mes...
Zoom Video SDK user information.