@ujet/websdk-widget
v3.43.4
Published
A prebuilt UI to seamlessly integrate with a CCaaS server
Downloads
1,103
Readme
WebSDK Widget
A prebuilt UI to seamlessly integrate with a CCaaS server
Getting Started
Simply add the widget script to your HTML and specify an element to mount:
<script src="https://websdk.ujet.co/v3/widget.js"></script>
<body>
<div id="ujet-widget"></div>
</body>Afterwards, configure the widget in your code and specify the mount point:
const ujet = new UJET(option: ClientOption)
ujet.mount("#ujet-widget")Note: you need to change #ujet-widget to the mount element according to
your implementation.
