Shawn Chin
Shawn Chin
UX wise, does this mean users now needs 2 clicks to leave a conference? Even for non-moderators? I can also see folks accidentally ending conference instead of leaving which can...
Might it help if there was a `api.getSupportedCommands()` and `api.getSupportedEvents()` function? It would make it easier for devs to inspect what commands/events are available for the version they are using....
I can repro the issue. When viewing yourself in stage view, if you keep flipping, your self view on stage flips too except it is always in opposite direction of...
Apologies for butting in. Not sure how common a use case this is, but in our setup most of our users get moderator privileges and the "Allow attendees to:" actions...
Changing to something like *"Allow non-moderators to: ..."* would certainly help! 👍
@saghul ping.
Related post on community forum : https://community.jitsi.org/t/jwt-param-to-bypass-room-password/126718
Hi William, If you set [hideOnMouseOut](http://shawnchin.github.com/jquery-gentleSelect/#option-mouseout) to `false`, the dialog should hide once something is selected (instead of on mouse leave). Would that solve the problem?
That's not supported in the current version of gentleSelect but it sounds like a great feature to have. I'll add that to TODO for next update, but I'm afraid I...
I don't recall there being an official way to do that, however I believe [the css values that control that are set on `.data("dialog")`](https://github.com/shawnchin/jquery-gentleSelect/blob/c8eabf228cc5e242654d19ad4de466e2dc4d5cfe/gentleSelect/jquery-gentleSelect.js#L274) so I suppose you could target...