@webex/media-helpers 3.0.0-beta.154 → 3.0.0-beta.156
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/README.md +0 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -83,8 +83,6 @@ const microphoneTrack = new LocalMicrophoneTrack(new MediaStream([audioTrackFrom
|
|
|
83
83
|
// Create the effect.
|
|
84
84
|
const effect = new NoiseReductionEffect({
|
|
85
85
|
authToken: '<encoded-string>',
|
|
86
|
-
workletProcessorUrl: 'https://my-worklet-processor-url', // For 'WORKLET' mode
|
|
87
|
-
legacyProcessorUrl: 'https://my-legacy-processor-url', // For 'LEGACY' mode
|
|
88
86
|
mode: 'WORKLET', // or 'LEGACY'
|
|
89
87
|
});
|
|
90
88
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/media-helpers",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.156",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=16"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@webex/internal-media-core": "1.38.
|
|
17
|
+
"@webex/internal-media-core": "1.38.5",
|
|
18
18
|
"@webex/web-media-effects": "^2.8.0"
|
|
19
19
|
},
|
|
20
20
|
"browserify": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
28
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
27
|
+
"@webex/test-helper-chai": "3.0.0-beta.156",
|
|
28
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.156",
|
|
29
29
|
"sinon": "^9.2.4"
|
|
30
30
|
}
|
|
31
31
|
}
|