Add audio and video to your Bubble apps with Daily

In terms of a custom video interface, that isn’t possible via API. You’ll need to do that with custom javascript or a custom plugin. Either should work! Just a matter of preference!

hey Lola,

Alright, i will try the javascript way, look easier for beginner than the custom plugin.

Thank you !

1 Like

Hey @lola, thanks for the fantastic tutorial on Daily plugin integration with Bubble on Youtube.

I want to create a video call web app with owner-only broadcast. The room will be public so that anyone can join the link but cannot broadcast. How to do that?

1 Like

Hey @randomayush07!

Happy that the resource was useful, for an owner-ony broadcast. First you’ll want to make sure that owner only broadcast is set to “yes” when creating a room.

Then you’ll want to make sure the is owner meeting token is set to “yes”

and when you join the room, share that same token in the meeting owner parameter.

Any users with the meeting token will be able to join the room and share their audio and video.

Everyone else who joins will only be able to view the room

Here’s also a demo editor and demo illustrating that as well!

Best,

Lola

1 Like

Hi @clem,

have you been able to progress with custom js? I like daily, however its not possible for me to use their frontend interface.
So I also thought to go path of custom js+api.

Pavol

Hi @nagy.pavol,

Nop sorry, was too hard for me and too difficult to find technical information. So I try other solution (Eyeson) and it was easier to implement it.