Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 668 Bytes

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