From 5f81bbf46aa0628720331f004a93c87ff42c027a Mon Sep 17 00:00:00 2001 From: Janis Meister Date: Fri, 30 Jun 2023 13:58:08 +0200 Subject: [PATCH] [feature] add hardware muted inputs --- src/Viewer.tsx | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/src/Viewer.tsx b/src/Viewer.tsx index 7682bc3..b3148e4 100644 --- a/src/Viewer.tsx +++ b/src/Viewer.tsx @@ -39,7 +39,53 @@ export default function Viewer({ //* Normal client return (
- {client.properties.outputMuted ? ( + {client.properties.outputHardware == false ? ( + + muted_hardware_output + + + + + + + + + ) : client.properties.inputHardware == false ? ( + + muted_hardware_input + + + + + + ) : client.properties.outputMuted ? ( muted_output