SendBird provides the chat API and SDK for your app enabling real-time communication among your users.
Bower package for SendBird.com JavaScript SDK
bower install sendbird
npm module for SendBird.com JavaScript SDK
npm install sendbird
download for SendBird.com JavaScript SDK
- Basic Sample using Sendbird SDK. download
If you want to check the record of other version, go to Change Log.
- connect()/disconnect() doesn't clear out connection/channel handlers anymore. Instead you should use removeAllConnectionHandlers() and removeAllChannelHandlers().
- Fixed a bug in removing ios push tokens.
- Now reconnect() method has been added which you can use when you want to manually trigger reconnect logic when network condition gets better.