Loading wrapper for Callbridge WebSDK.
npm install @iotum/callbridge-js// All widgets
import * as Callbridge from '@iotum/callbridge-js';
// Single widget
import { Meeting } from '@iotum/callbridge-js';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.
See Wiki for usage: https://github.com/iotum/callbridge-js/tree/main/wiki