diff --git a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee index 94c1042e0..c91ce7e0c 100644 --- a/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee +++ b/web/app/assets/javascripts/react-components/stores/SessionStore.js.coffee @@ -54,7 +54,7 @@ NotificationActions = @NotificationActions if gon.global.video_available && gon.global.video_available!="none" && context.JK.WebcamViewer? @webcamViewer = new context.JK.WebcamViewer() $sessionLayout = $("#create-session-layout") - webcamViewer.init($sessionLayout, false) + @webcamViewer.init($sessionLayout, false) @webcamViewer.setVideoOff() issueChange: () ->