push
This commit is contained in:
parent
8f49337072
commit
df4e8fc61b
|
|
@ -13,7 +13,7 @@ SessionActions = @SessionActions
|
|||
sessionWebCam: (e) ->
|
||||
e.preventDefault();
|
||||
|
||||
canVideo = window.SessionStore.canRecord()
|
||||
canVideo = window.SessionStore.canVideo()
|
||||
|
||||
if canVideo
|
||||
SessionActions.toggleSessionVideo()
|
||||
|
|
|
|||
Loading…
Reference in New Issue