Is there way to have a message waiting there upon a clients arrival

Options

We have a lot of live sessions with our company that happen randomly and all at once. Is there a way to have a message waiting when a client arrives that says. A specialist will be with you momentarily?

Answers

  • mark_at_daily
    mark_at_daily Community Manager, Dailynista admin
    Options

    @dtb3 are you building with Daily Prebuilt or your own custom app? If it’s Prebuilt, there is no way in the product to do this directly. You could add a message in your UI or display a modal upon joining.

    In a custom app, you have complete control over the UI, so this is doable.

    Either way, you can listen for the ` joined-meeting` event. Once it fires, that’s a good trigger for when to display your own UI.

    Hope this helps!

  • aconchillo
    aconchillo Dailynista
    Options

    Hi @dtb3 ! A couple of questions:

    Thanks!