I have removed blue Invite users button and many other buttons like security, mute-everyone, help, download, videobackgroundblur etc.
Because of these none of the participants have this buttons in their UI which is expected. Now, is there a way to show all these buttons only for the moderator. Or is there a way to selectively show some button for some users?
I don’t see how JWTs would help with UI modifications @Freddie ?
@jitsiuser3 You can definitely add a custom Javascript, e.g., in body.html, that modifies the interfaceConfig object depending on the participant role ( isModerator() ). You will probably need to wait until the conference/connection has been setup before checking the role.
Do you know if there is a list or documentation of features that can be enabled using JWTs somewhere? I was under the impression enableFeaturesBasedOnToken could only be used for limiting access to screen-sharing and recording.