Is it in the product roadmap to make the popup elements such as chat/settings/etc draggable across the screen?
Currently, the chat pops up directly over the video meeting, which is less than ideal.
I have been able to make this draggable functionality work on my end through an (admittedly) hacky solution, since i am unable to directly access the divs I want to move. However, many errors are thrown on chrome ( Unable to preventDefault inside passive event listener invocation) due to the inability to remove .preventDefault() calls in the source code.
It would be very nice to have this functionality baked into the uitoolkit.
