@uppy/screen-capture
Version:
Uppy plugin that captures video from display or application.
15 lines (14 loc) • 494 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',
takeScreenshot: 'Take Screenshot',
discardMediaFile: 'Discard Media',
},
};