Skip to content

iotum/callbridge-js

Repository files navigation

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