19 lines
399 B
CoffeeScript
19 lines
399 B
CoffeeScript
context = window
|
|
|
|
@VideoActions = Reflux.createActions({
|
|
refresh: {}
|
|
stopVideo: {}
|
|
startVideo: {}
|
|
setCaptureResolution: {}
|
|
selectDevice: {}
|
|
videoWindowOpened : {}
|
|
videoWindowClosed : {}
|
|
howToUseVideoPopupClosed: {}
|
|
toggleVideo: {}
|
|
testVideo: {}
|
|
configureVideoPopupClosed: {}
|
|
checkPromptConfigureVideo: {}
|
|
setVideoEnabled: {}
|
|
refreshVideoState: {}
|
|
startLiveStream: {}
|
|
}) |