When using the code below, there is no bandwidth being used from my web site for this video chat/meeting, right? it’s all going through Jitsi, correct?
<script src='https://meet.jit.si/external_api.js'></script>
<div id="meeting"></div>
<script>
const options = {
parentNode: document.querySelector('#meeting'),
roomName: 'JitsiMeetAPIExample',
width: 700,
height: 700, }
meetAPI = new JitsiMeetExternalAPI(“meet.jit.si”, options);
</script>
I look forward your reply, thanks