Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ChannelizeIO/Channelize-Javascript-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

22 Commits

Repository files navigation

Channelize JavaScript SDK

Channelize.io allows you to embed user-to-user chat into your application by API and SDKs in the easiest way.

Signup for Channelize.io 30 Days Free Trial at https://channelize.io/free_trial/request

Installation

npm install channelize-chat

Documentation

You can find out JavaScript SDK documentation here.

How to use

First you need to install channelize-chat via NPM. Then you can import like this:

import { Channelize } from 'channelize-chat';
var channelize = new Channelize.client({publicKey: YOUR_PUBLIC_KEY});
// do something...

AltStyle によって変換されたページ (->オリジナル) /