From d8cbc1532e200b5412ca32231286b8c7882c920e Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 28 Mar 2022 13:53:58 -0400 Subject: [PATCH] Update index.tsx --- .../desktop/src/pages/Home/selectedConversation/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/desktop/src/pages/Home/selectedConversation/index.tsx b/packages/desktop/src/pages/Home/selectedConversation/index.tsx index 4b1c79d..6e0361d 100644 --- a/packages/desktop/src/pages/Home/selectedConversation/index.tsx +++ b/packages/desktop/src/pages/Home/selectedConversation/index.tsx @@ -21,9 +21,9 @@ import { socket } from "../../../nirvanaApp"; import toast from "react-hot-toast"; import { useRecoilState } from "recoil"; -var audioChunks: any = []; +let audioChunks: any = []; -var constraints = { +const constraints = { audio: true, // { // // mandatory: {