channel web sdk loader
v2.0.0
El cargador de SDK del canal oficial para web
npm install @channel.io/channel-web-sdk-loader
yarn add @channel.io/channel-web-sdk-loader
pnpm install @channel.io/channel-web-sdk-loader
️ Nota: Este SDK está diseñado para uso exclusivo del lado del cliente y no debe invocarse en el lado del servidor.
import * as ChannelService from '@channel.io/channel-web-sdk-loader' ;
ChannelService . loadScript ( )
ChannelService . boot ( {
pluginKey : 'YOUR_PLUGIN_KEY'
} )