1.0.6 • Published 2 months ago

@syntela/syntela-buzz-js v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

syntela-buzz-js

Loading wrapper for Syntela Buzz WebSDK.

Installation

Install the library in your project:

npm install @syntela/syntela-buzz-js
// All widgets
import * as SyntelaBuzz from '@syntela/syntela-buzz-js';

// Single widget
import { Meeting } from '@syntela/syntela-buzz-js';

Manually include the script tag in your Single Page App:

Add the following script tag to the <head> section on your site.

<script src="https://app.buzz.syntela.com/packs/js/widget.js" async></script>

The Widgets are exposed globally under window.SyntelaBuzz.

Usage

See Wiki for usage: https://github.com/syntela/community/wiki

1.0.6

2 months ago