From c7518e58788c17ad2ca8340ab5c7633489aa9518 Mon Sep 17 00:00:00 2001 From: RblSb Date: Sat, 25 Jan 2025 15:32:55 +0300 Subject: Add experimental unpauseWithoutLeader option Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients. There is also leader button hints when you touch player as non-leader for easier ux. --- default-config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'default-config.json') diff --git a/default-config.json b/default-config.json index 15dfc6c..38fc271 100644 --- a/default-config.json +++ b/default-config.json @@ -7,6 +7,7 @@ "totalVideoLimit": 0, "userVideoLimit": 0, "requestLeaderOnPause": false, + "unpauseWithoutLeader": false, "localAdmins": true, "allowProxyIps": true, "localNetworkOnly": false, -- cgit v1.2.3