Launch a dialog box when custom button is clicked

I have created a custom button when … is clicked in the main Jitsi UI (I am not using the iFrame SDK … I am modifying the Jitsi Meet react source). I want to show a simple dialog popup with an input box when the button is clicked.

Any help is appreciated.

Thx.

You’ll need to create your own Dialog component and then dispatch openDialog. See other similar dialogs like the password prompt for example.