3import androidx.annotation.NonNull;
Enumerates the types of chat privileges.
boolean canChatMessageBeDeleted(@NonNull String msgId)
Determines whether a specific message can be deleted.
int changeChatPrivilege(ZoomVideoSDKChatPrivilegeType privilege)
Sets participant chat privilege when in session.
boolean isChatDisabled()
Determines whether chat is disabled.
boolean isPrivateChatDisabled()
Determines whether private chat is disabled.
int sendChatToAll(String msgContent)
Sends a chat message to all users.
int sendChatToUser(ZoomVideoSDKUser user, String msgContent)
Sends a chat message to a specific user.
ZoomVideoSDKChatPrivilegeType getChatPrivilege()
Gets participant chat privilege when in session.
int deleteChatMessage(String msgId)
Deletes a specific chat message from the Zoom server. This does not delete the message in your user i...
Zoom Video SDK user information.