Type Alias ZoomVideoSdkChatHelperType
ZoomVideoSdkChatHelperType: { canChatMessageBeDeleted: (msgId: string) => Promise<boolean>; changeChatPrivilege: ( privilege: ZoomVideoSDKChatPrivilegeType, ) => Promise<Errors>; deleteChatMessage: (msgId: string) => Promise<Errors>; sendChatToAll: (message: string) => Promise<Errors>; sendChatToUser: (userId: string, message: string) => Promise<Errors>;} Type declaration
canChatMessageBeDeleted: (msgId: string) => Promise<boolean>
deleteChatMessage: (msgId: string) => Promise<Errors>
sendChatToAll: (message: string) => Promise<Errors>
sendChatToUser: (userId: string, message: string) => Promise<Errors>
A class to operate the instant message in session.