@iotum/callbridge-js
v1.0.15
Published
Loading wrapper for Callbridge
Downloads
197
Readme
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