From df4e8fc61be6b53651de1da6b83d20419c19042b Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 13 Dec 2020 14:49:44 -0600 Subject: [PATCH] push --- .../javascripts/react-components/SessionVideoBtn.js.jsx.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee index 604f77502..6ba078ad6 100644 --- a/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee @@ -13,7 +13,7 @@ SessionActions = @SessionActions sessionWebCam: (e) -> e.preventDefault(); - canVideo = window.SessionStore.canRecord() + canVideo = window.SessionStore.canVideo() if canVideo SessionActions.toggleSessionVideo()