From 263f8a04df05f0ea91be3c12729a7d5f7b2aa93b Mon Sep 17 00:00:00 2001 From: heyhiru Date: Thu, 16 Nov 2023 20:43:38 +0530 Subject: [PATCH] enhanced buttons Signed-off-by: heyhiru --- client/src/components/CallHandleButtons.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/CallHandleButtons.jsx b/client/src/components/CallHandleButtons.jsx index 844c86f..11f6cdb 100644 --- a/client/src/components/CallHandleButtons.jsx +++ b/client/src/components/CallHandleButtons.jsx @@ -8,8 +8,8 @@ import CallEndIcon from '@mui/icons-material/CallEnd'; const CallHandleButtons = ({ isAudioMute, isVideoOnHold, onToggleAudio, onToggleVideo, onEndCall }) => (
-