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()