We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ca442 commit b9bd62cCopy full SHA for b9bd62c
example-widget.html
@@ -18,6 +18,7 @@ <h1 class="p-3">Arvia Chat Web SDK Example - Floating Chat Widget</h1>
18
19
<script type="text/javascript">
20
21
+ // Instantiate arvia chat widget with your project id
22
var arviaChatWidget = new ArviaChatWidget('5b4f145ac4dbc95dcf926a52');
23
arviaChatWidget.setTestUser(true);
24
arviaChatWidget.init();
0 commit comments