@ipscape/chat-client-js
v1.0.7
Published
ipSCAPE chat client SDK
Downloads
54
Readme
ipSCAPE - chat-client-js
This README would normally document whatever steps are necessary to get your application up and running.
Installation
npm
npm install @ipscape/chat-client-js
yarn
yarn add @ipscape/chat-client-js
Usage
Methods
sendMessage
sendMessage(payload: {
threadId: string;
message: string;
metadata: Record<string, any>;
senderDisplayName: string;
})
sendTypingNotification
sendTypingNotification(payload: {
threadId: string;
senderDisplayName: string;
})
sendReadReceipt
sendReadReceipt(payload: {
threadId: string;
messageId: string;
})
startRealtimeNotifications
startRealtimeNotifications()
stopRealtimeNotifications
stopRealtimeNotifications()