@uppy/screen-capture
Version:
Uppy plugin that captures video from display or application.
12 lines • 369 B
JavaScript
export default {
strings: {
pluginNameScreenCapture: 'Screencast',
startCapturing: 'Begin screen capturing',
stopCapturing: 'Stop screen capturing',
submitRecordedFile: 'Submit recorded file',
streamActive: 'Stream active',
streamPassive: 'Stream passive',
micDisabled: 'Microphone access denied by user',
recording: 'Recording'
}
};