Do not index
Do not index
Version 1.6 of the Video, Audio & Live Bundle introduces App Messages with Daily. This update adds an action for sending app messages and support for receiving app message events.
What are app messages?
App messages let you send custom events between video call participants or trigger actions or recieve messages in your Bubble app.
How to Use App Messages
Step 1: Add the Bundle Daily Events Element
Add the Bundle Daily Events element to your page. Place it in a hidden popup to keep it offscreen while it listens for events.
Step 2: Start Listening for Events
Add the Begin Listening action after joining the room to detect and process events like
app-message
.Step 3: Send an App Message
Use the Send App Message action in your workflow to transmit a message.
Step 4: Handle the App Message Event
When an app message event is triggered, execute actions in your app, such as displaying a popup or running workflows.
Note: App messages do not trigger for the sender.
App Messages are part of the Daily plugin in the Video, Audio & Live Bundle. Learn more in the documentation.