This page demonstrates the Arvo Voice Widget. The widget appears in the bottom-right corner of the page.
Add the following script tag to your website:
<script
src="https://arvo-widget.swoyam.in/widget.js"
data-app-id="YOUR_APP_ID"
data-theme-color="red"
data-transcript-mode="true"
data-assistant-name="Shanaya"
data-arvo-widget
></script>
data-app-id - Your Arvo app ID (required)data-position - Widget position: "bottom-right" or "bottom-left"data-theme-color - Theme color: "red", "green", "purple", "blue", or "orange"data-transcript-mode - Enable transcript mode: "true" or "false"data-assistant-name - Assistant name shown in the widget (default: "Shanaya")