feat: Drop HIDE_KICK_BUTTON_FOR_GUESTS setting.

The main config contains disableRemoteMute and remoteVideoMenu: { disableKick: true} options, which can be used.
This commit is contained in:
damencho
2020-11-05 12:18:16 -06:00
committed by Дамян Минков
parent c2539bf615
commit 4b8aae90e0
2 changed files with 2 additions and 30 deletions

View File

@@ -239,11 +239,6 @@ var interfaceConfig = {
*/
VIDEO_QUALITY_LABEL_DISABLED: false,
/**
* When enabled, the kick participant button will not be presented for users without a JWT
*/
// HIDE_KICK_BUTTON_FOR_GUESTS: false,
/**
* How many columns the tile view can expand to. The respected range is
* between 1 and 5.