2015-08-30 10:00:00 +00:00
|
|
|
context = window
|
|
|
|
|
|
|
|
|
|
@VideoActions = Reflux.createActions({
|
|
|
|
|
refresh: {}
|
|
|
|
|
stopVideo: {}
|
|
|
|
|
startVideo: {}
|
|
|
|
|
setVideoEncodeResolution: {}
|
|
|
|
|
setSendFrameRate: {}
|
|
|
|
|
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: {}
|
2015-08-30 10:00:00 +00:00
|
|
|
})
|