Skip to content

beders/SendBird-SDK-JavaScript

 
 

Repository files navigation

SendBird-SDK-JavaScript

SendBird provides the chat API and SDK for your app enabling real-time communication among your users.

Getting Started

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

TypeScript

Install via NPM and import like below in your TypeScript file:

import * as SendBird from 'SendBird';
var sb = new SendBird({'appId': 'APP_ID'});
// do something...

If you have trouble importing SendBird, please check your tsconfig.json file and change the value of "allowSyntheticDefaultImports" to true in compilerOptions.

v3.0.72(Aug 24, 2018)

If you want to check the record of other version, go to Change Log.

  • Added updateUserMessage() with UserMessageParams in BaseChannel.
  • Added updateFileMessage() with FileMessageParams in BaseChannel.
  • Minor bug fixed.

License

SendBird License

About

SendBird JavaScript SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published