Hello,
do you know if it is possible in the same web page to have several rooms? I would like to create ten rooms and that users choose the room that corresponds to them.
I tried with the iframe to put several urls but when I go to the web page there is no presentation of the different rooms.
I also tried to do multiple iframe but it doesn’t work.
Do you have any idea how I can do this?
do i have to install the api to do this? (I’m a noob for this!)
<script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script>
<script>
callFrame = window.DailyIframe.createFrame();
callFrame.join({ url: 'https://your-team.daily.co/hello' })
</script>
Thanks for your help!