I just finished up a new free plugin to add Daily Video calls to your bubble app. It integrates with the daily video and audio api and you can create, update and join video call rooms, choose between a few different video call styles (top-right, bottom, full-screen/center) and create webinars.
The demo editor is here, and the plugin page with instructions is here.
Let me know if you have any feedback, comments, or suggestions! Happy to help anyone with it or add requests to the plugin!
This looks like what I was looking for! It looks good! I want to make an interface where other users will see the rooms and participants. Can I implement this with your plugin? Can you tell me how to bring the participants of the conversation to the dashboard?
Hello! Thanks for the comments. You can list all rooms with the plugin, you canât currently access the participant data through the plugin in bubble, but I can update the plugin so that you can!
Iâll have that done by tomorrow and let you know when itâs live!
I pushed an upgrade to the plugin to enable you to access meeting information (i.e., the current room duration, a list of participants, and a list of rooms.) Youâll have access to both meeting sessions that are currently live (ongoing = yes), and oneâs that have finished.
In terms of setting up where you would like to display the data, you can put it in a repeating group and to select meeting information data as the data type. For your case, youâll want filter the data by ongoing = yes to see rooms with participants in them. Hereâs a screenshot example of that.
If youâd like it to fetch updated room information ever so often (not just on page refresh), you can add a do every x seconds workflow and display the data in the repeating group. Youâll want to set the refresh parameter to the current date/time. I have an example of that setup in this demo editor, if that helps!
Happy to help if you run into any issues or need help figuring out how to display the data. Feel free to drop me a message.!
Thatâs great! Thank you very much! I have studied your company and I really like your approach. I am creating a professional network service and I want to use many of the features that you are talking about on your site. I hope we will have a great cooperation! Youâre cool, thank you again!
@lola Because in the room style âcenterâ state, I canât see anything except âDailyâ. However, I want to trigger some workflow when I exit âDailyâ. If it can be realized, I will thank you very much
I tested using the demo editor and setup a room. Shared the link and using an iPhone 5 was unable to accessing the room. Only the page and the âpopupâ showed with the popup loader flashing. Kept it open for about 5 minutes before determining it doesnât work on the iPhone 5.
Have you tested this with mobile devices and experienced issues? Iâve been looking for a video chat function that works on iOS devices but none have so far.
Hi @boston85719 I just tried it on an iPhone X and was able to get into the room. It should still work on mobile. I can follow up to see if thereâs anything to note about some of the earlier ios devices.
Hi @saito there is a bubble leave room action that comes with the plugin but if you are in full screen you wonât be able to see it. I can look at some other options, I might be able to expose leaving a room as a state that you can access for your other workflows!
A suggestion which I think can be useful for everyone using your plugin is the ability for the ownerâ room to mute each participant.
No more background sound into a conference
Hi @newman thanks for the feedback! You can actually do that currently in the plugin. All youâll need to do use the create a meeting token action and then make sure the owner joins with that token when they get into a room.
Here are screenshots of how that all looks exactly: