16 lines
342 B
CoffeeScript
16 lines
342 B
CoffeeScript
context = window
|
|
|
|
@VideoActions = Reflux.createActions({
|
|
refresh: {}
|
|
stopVideo: {}
|
|
startVideo: {}
|
|
setVideoEncodeResolution: {}
|
|
setSendFrameRate: {}
|
|
selectDevice: {}
|
|
videoWindowOpened : {}
|
|
videoWindowClosed : {}
|
|
howToUseVideoPopupClosed: {}
|
|
toggleVideo: {}
|
|
configureVideoPopupClosed: {}
|
|
checkPromptConfigureVideo: {}
|
|
}) |