@webex/internal-media-core 2.23.3 → 2.24.1

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.
@@ -1,5 +1,4 @@
1
1
  import * as MediaCore from './Media';
2
- import * as BNR from './Media/Effects/BNR';
3
2
  export * from './MediaConnection';
4
3
  export * from './StatsAnalyzer';
5
4
  export declare const Media: {
@@ -11,11 +10,5 @@ export declare const Media: {
11
10
  getSpeakers: () => Promise<MediaCore.Device[]>;
12
11
  on: typeof MediaCore.on;
13
12
  off: (eventName: string, listener: () => void) => void;
14
- Effects: {
15
- BNR: {
16
- enableBNR: typeof BNR.enableBNR;
17
- disableBNR: typeof BNR.disableBNR;
18
- };
19
- };
20
13
  };
21
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,GAAG,MAAM,qBAAqB,CAAC;AAE3C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAGhC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;CAejB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,SAAS,MAAM,SAAS,CAAC;AAErC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAGhC,eAAO,MAAM,KAAK;;;;;;;;;CASjB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-media-core",
3
- "version": "2.23.3",
3
+ "version": "2.24.1",
4
4
  "files": [
5
5
  "dist/cjs",
6
6
  "dist/esm",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "scripts": {
39
39
  "prebuild": "rimraf dist",
40
- "build": "tsc && node postcompile.mjs && rollup --config",
40
+ "build": "tsc && rollup --config",
41
41
  "test": "jest --config=jest.config.js",
42
42
  "start": "web-dev-server --config web-dev-server.config.js",
43
43
  "test:spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
@@ -60,7 +60,7 @@
60
60
  "@webex/rtcstats": "^1.5.5",
61
61
  "@webex/ts-sdp": "1.8.2",
62
62
  "@webex/web-capabilities": "^1.10.0",
63
- "@webex/web-client-media-engine": "3.39.3",
63
+ "@webex/web-client-media-engine": "3.39.10",
64
64
  "events": "^3.3.0",
65
65
  "ip-anonymize": "^0.1.0",
66
66
  "typed-emitter": "^2.1.0",
@@ -1,5 +0,0 @@
1
- declare function isValidTrack(track: MediaStreamTrack): boolean;
2
- declare function enableBNR(track: MediaStreamTrack): Promise<MediaStreamTrack>;
3
- declare function disableBNR(): MediaStreamTrack;
4
- export { isValidTrack, enableBNR, disableBNR };
5
- //# sourceMappingURL=Bnr.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Bnr.d.ts","sourceRoot":"","sources":["../../../../../src/Media/Effects/BNR/Bnr.ts"],"names":[],"mappings":"AA0BA,iBAAS,YAAY,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAwCtD;AAmCD,iBAAe,SAAS,CAAC,KAAK,EAAE,gBAAgB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAiG3E;AAQD,iBAAS,UAAU,IAAI,gBAAgB,CAmEtC;AAED,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,UAAU,EAAE,CAAC"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Bnr.integration-test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Bnr.integration-test.d.ts","sourceRoot":"","sources":["../../../../../src/Media/Effects/BNR/Bnr.integration-test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Bnr.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Bnr.test.d.ts","sourceRoot":"","sources":["../../../../../src/Media/Effects/BNR/Bnr.test.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- declare const _default: () => void;
2
- export default _default;
3
- //# sourceMappingURL=BnrMock.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BnrMock.d.ts","sourceRoot":"","sources":["../../../../../src/Media/Effects/BNR/BnrMock.ts"],"names":[],"mappings":";AAgHA,wBAoBE"}
@@ -1,2 +0,0 @@
1
- export * from './Bnr';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/Media/Effects/BNR/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}