Skip to content

v3.0.41

Choose a tag to compare

@Alchemist85K Alchemist85K released this 07 Sep 08:43
· 220 commits to master since this release
  • Updated TypeScript Definition file(SendBird.d.ts).

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

import * as SendBird from 'SendBird';
var sb = new SendBird({'appId': 'USER_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.