@bigbinary/neeto-media-recorder 1.3.25 → 1.3.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-media-recorder",
3
- "version": "1.3.25",
3
+ "version": "1.3.26",
4
4
  "description": "A package to simplify the media capturing process",
5
5
  "repository": "git@github.com:bigbinary/neeto-media-recorder.git",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "discardingVideo": "Please wait while the recording is being discarded",
9
9
  "chromeFlagsMissingMessage": "You need to set certain chrome flags for recording to work locally in Chrome. To know more refer <Button>this doc</Button>.",
10
10
  "doNotLeaveThePage": "Do not close this tab.",
11
- "uploadingRecording": "Recording is being uploaded",
11
+ "uploadingRecording": "Recording is being uploaded.",
12
12
  "inProgress": "Recording in progress...",
13
13
  "micPermissionDeniedTitle": "{{appName, anyCase}} doesn't have access to your microphone",
14
14
  "screenSharePermissionDeniedTitle": "{{appName, anyCase}} doesn't have access to your screen",
@@ -39,7 +39,9 @@
39
39
  "grantPermissions": "Grant permissions",
40
40
  "selectScreen": "Select screen",
41
41
  "grantMicPermission": "Grant microphone permission",
42
- "iDontNeedAudio": "I don't need audio"
42
+ "iDontNeedAudio": "I don't need audio",
43
+ "pleaseDontCloseThisTab": "Please don’t close this tab",
44
+ "copyLinkDescription": "While the video is getting uploaded, you can still copy the link and share them anywhere."
43
45
  },
44
46
  "unsupportedBrowser": "Unfortunately, this feature is unavailable because the current browser does not support screen capturing."
45
47
  }