dyte-participants-audio
A component which plays all the audio from participants and screenshares.
<dyte-participants-audio id="dyte-el"></dyte-participants-audio>
<script>
const el = document.getElementBydId('dyte-el');
el.meeting = meeting;
</script>