dyte-chat
Fully featured chat component with image & file upload, emoji picker and auto-scroll.
<dyte-chat id="dyte-el"></dyte-chat>
<script>
document.getElementById('dyte-el').meeting = meeting;
</script>
<style>
dyte-chat {
height: 480px;
width: 100%;
max-width: 320px;
background-color: '#000';
}
</style>