This commit is contained in:
Seth Call 2020-12-13 14:49:44 -06:00
parent 8f49337072
commit df4e8fc61b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ SessionActions = @SessionActions
sessionWebCam: (e) ->
e.preventDefault();
canVideo = window.SessionStore.canRecord()
canVideo = window.SessionStore.canVideo()
if canVideo
SessionActions.toggleSessionVideo()