@bigbinary/neeto-media-recorder 2.7.8 → 2.7.9
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 +3 -1
- package/constants.js.map +1 -1
- package/core.js +118 -38
- package/core.js.map +1 -1
- package/index.js +42 -19
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/src/translations/en.json +2 -1
package/package.json
CHANGED
package/src/translations/en.json
CHANGED
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"iDontNeedAudio": "I don't need audio",
|
|
45
45
|
"pleaseDontCloseThisTab": "Please don’t close this tab",
|
|
46
46
|
"copyLinkDescription": "While the video is being uploaded, you can still copy the link and share it.",
|
|
47
|
-
"retry": "Retry"
|
|
47
|
+
"retry": "Retry",
|
|
48
|
+
"clickToCancelRecording": "Click anywhere to CANCEL recording"
|
|
48
49
|
},
|
|
49
50
|
"notSupportedError": "We encountered a problem initiating the screen recorder. Please try again by clicking the button below.",
|
|
50
51
|
"unsupportedBrowser": "Unfortunately, this feature is unavailable because the current browser does not support screen capturing.",
|