This is a chat sdk developed by Teneasy pte,ltd.
Features
- Chat with text, images, videos message.
- Pre-define question and answer.
- Web,iOS, Android, Desktop supported.
Getting started
For testing features, just use testing parameters, keys provided in the example. for live use, please contact us.
Usage
// Create an instance of ChatLib
final chatLib = ChatLib();
// Create an instance of your listener
final listener = MyChatListener();
// Assign the listener to the ChatLib delegate
chatLib.delegate = listener;
// Initialize the chat library with necessary parameters
chatLib.initialize(
userId: 230,
cert: "COYBEAUYASDyASiG2piD9zE.te46qua5ha2r-Caz03Vx2JXH5OLSRRV2GqdYcn9UslwibsxBSP98GhUKSGEI0Z84FRMkp16ZK8eS-y72QVE2AQ",
token: "",
baseUrl: "wss://csapi.hfxg.xyz/v1/gateway/h5",
sign: "9zgd9YUc",
);
// Now the listener will receive the delegate events
chatLib.callWebSocket();
Libraries
- main
- qichatsdk_flutter
- Support for doing something awesome.
- test_config