From 140575b8fca5758746c461b0db2c9bbe2dbb6dc2 Mon Sep 17 00:00:00 2001 From: fuyan Date: Thu, 6 Feb 2025 10:23:41 -0800 Subject: [PATCH] Fix logic when video off and user can turn on video --- Project/src/MakeCall/CallCard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/src/MakeCall/CallCard.js b/Project/src/MakeCall/CallCard.js index 76e489a..957970b 100644 --- a/Project/src/MakeCall/CallCard.js +++ b/Project/src/MakeCall/CallCard.js @@ -1550,7 +1550,7 @@ export default class CallCard extends React.Component { } { - (this.state.canOnVideo || !this.state.videoOn) && + (this.state.canOnVideo && !this.state.videoOn) && } {