* VRFS-3473 - fix 'videoShared' state in webcamViewer

This commit is contained in:
Seth Call 2015-08-26 06:04:53 -05:00
parent 090cfa17c0
commit defdfa8ce9
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ context.JK.WebcamViewer = class WebcamViewer
context.JK.helpBubble(@videoSettingsHelp, 'ftue-video-settings', {}, {width:300})
@videoSettingsHelp.click(false)
beforeShow:() =>
@videoShared = false # video can be assumed to be closed before htis is reached
this.loadWebCams()
this.selectWebcam()
this.loadResolutions()