1.0.9 • Published 15 days ago

@iotum/callbridge-js v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
15 days ago

callbridge-js

Loading wrapper for Callbridge WebSDK.

Installation

Install the library in your project:

npm install @iotum/callbridge-js
// All widgets
import * as Callbridge from '@iotum/callbridge-js';

// Single widget
import { Meeting } from '@iotum/callbridge-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.callbridge.com/packs/js/widget.js" async></script>

The Widgets are exposed globally under window.Callbridge.

Usage

See Wiki for usage: https://github.com/iotum/callbridge-js/tree/main/wiki

1.0.9

15 days ago

1.0.8

16 days ago

1.0.7

16 days ago

1.0.6

4 months ago

1.0.5

9 months ago

1.0.4

10 months ago

1.0.3

1 year ago