@bigbinary/neeto-media-recorder 2.7.18 → 2.7.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constants.js +1 -0
- package/constants.js.map +1 -1
- package/core.js +8 -2
- package/core.js.map +1 -1
- package/index.js +448 -339
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +1 -1
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"downloadWebm": "Download webm",
|
|
20
20
|
"downloadMp4": "Download mp4",
|
|
21
21
|
"startsIn": "Get ready, the recording will begin in...",
|
|
22
|
-
"grantPermissionMessage": "Select a screen to continue",
|
|
22
|
+
"grantPermissionMessage": "Select a screen/window/tab to continue",
|
|
23
23
|
"clickToStartRecording": "Click on the 'Record' button to start the recording.",
|
|
24
24
|
"discard": "Discard",
|
|
25
25
|
"stop": "Stop",
|