Do not index
Do not index
The PLUS version of our Daily Video Conferencing Plugin lets you add custom buttons in Daily Prebuilt, enabling actions in your Bubble app like opening new pages, updating databases, and more.
Steps
1. Add the Daily Events Element
Place the Daily Events element on your page. A common practice is to place it inside a hidden popup, keeping it offscreen while it listens for events.
2. Start Listening for Events
After joining the room, add the
begin listening
action. This ensures Bubble can capture and process events, such as the custom-button-click
event, triggering the desired action when a user clicks the button.3. Add the Joined-Meeting
Event and Set Custom Button
Next, add the
joined-meeting
event and use the action to update a custom button.4. Listen for the custom-button-click
Add the
custom-button-click
event and include the logic to take action in your app whenever the button is clicked.With these steps, you're all set to transcribe meetings with the PLUS version of the Daily plugin. For more details, check out the full documentation.