Home
Softono

Channel Web Sdk Loader

Open source Apache-2.0 TypeScript
78
Stars
3
Forks
0
Issues
4
Watchers
9 months
Last Commit

 About Channel Web Sdk Loader

Official Channel Web SDK Loader

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Channel Web Sdk Loader?

We provide expert installation service for this software. Our team will install, configure, and secure Channel Web Sdk Loader on your server. plans start at just $30.

Channel Web Sdk Loader

View on GitHub
Channel Talk

channel-web-sdk-loader

npm NPM npm minzip

The Official Channel SDK Loader for Web

Quick Links

Installation

NPM

npm install @channel.io/channel-web-sdk-loader

Yarn

yarn add @channel.io/channel-web-sdk-loader

PNPM

pnpm install @channel.io/channel-web-sdk-loader

Usage

โš ๏ธ Note: This SDK is designed for client-side use only and should not be invoked on the server-side.

Step1: Import the ChannelService Module

import * as ChannelService from '@channel.io/channel-web-sdk-loader';

Step2: Load the Channel Web SDK

ChannelService.loadScript()

Step3: Initialize the Channel Web SDK

ChannelService.boot({
  pluginKey: 'YOUR_PLUGIN_KEY'
})

API Documentation

Playground