@channel.io/channel-web-sdk-loader
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published
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

Package Sidebar

Install

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

Weekly Downloads

5,927

Version

1.1.7

License

Apache-2.0

Unpacked Size

108 kB

Total Files

10

Last publish

Collaborators

  • sungik.dev
  • quino0627
  • zoyi