2015-08-30 10:00:00 +00:00
|
|
|
context = window
|
|
|
|
|
|
|
|
|
|
@VideoActions = Reflux.createActions({
|
|
|
|
|
refresh: {}
|
|
|
|
|
stopVideo: {}
|
|
|
|
|
startVideo: {}
|
2015-12-04 17:16:40 +00:00
|
|
|
setCaptureResolution: {}
|
2015-08-30 10:00:00 +00:00
|
|
|
selectDevice: {}
|
|
|
|
|
videoWindowOpened : {}
|
|
|
|
|
videoWindowClosed : {}
|
|
|
|
|
howToUseVideoPopupClosed: {}
|
|
|
|
|
toggleVideo: {}
|
2015-09-09 01:30:47 +00:00
|
|
|
testVideo: {}
|
2015-08-30 10:00:00 +00:00
|
|
|
configureVideoPopupClosed: {}
|
|
|
|
|
checkPromptConfigureVideo: {}
|
2015-09-09 01:30:47 +00:00
|
|
|
setVideoEnabled: {}
|
2017-05-12 02:38:27 +00:00
|
|
|
refreshVideoState: {}
|
2015-08-30 10:00:00 +00:00
|
|
|
})
|