@webex/media-helpers 3.11.0-next.1 → 3.11.0-next.3

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/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export { getDevices, LocalStream, LocalDisplayStream, LocalSystemAudioStream, LocalStreamEventNames, StreamEventNames, RemoteStream, RemoteStreamEventNames, type ServerMuteReason, LocalMicrophoneStreamEventNames, LocalCameraStreamEventNames, LocalMicrophoneStream, LocalCameraStream, createMicrophoneStream, createCameraStream, createCameraAndMicrophoneStreams, createDisplayStream, createDisplayStreamWithAudio, createDisplayMedia, type VideoContentHint, type StreamState, } from './webrtc-core';
2
- export { NoiseReductionEffect, VirtualBackgroundEffect } from '@webex/web-media-effects';
3
- export type { NoiseReductionEffectOptions, VirtualBackgroundEffectOptions, } from '@webex/web-media-effects';
2
+ export { NoiseReductionEffect, VirtualBackgroundEffect, NoiseReductionModels, DEFAULT_NOISE_REDUCTION_MODEL, EffectEvent, } from '@webex/web-media-effects';
3
+ export type { NoiseReductionEffectOptions, NoiseReductionModel, VirtualBackgroundEffectOptions, TrackEffect, } from '@webex/web-media-effects';
4
4
  export { FacingMode, DisplaySurface, PresetCameraConstraints } from './constants';
package/dist/index.js CHANGED
@@ -4,12 +4,24 @@ var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/defi
4
4
  _Object$defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
+ _Object$defineProperty(exports, "DEFAULT_NOISE_REDUCTION_MODEL", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _webMediaEffects.DEFAULT_NOISE_REDUCTION_MODEL;
11
+ }
12
+ });
7
13
  _Object$defineProperty(exports, "DisplaySurface", {
8
14
  enumerable: true,
9
15
  get: function get() {
10
16
  return _constants.DisplaySurface;
11
17
  }
12
18
  });
19
+ _Object$defineProperty(exports, "EffectEvent", {
20
+ enumerable: true,
21
+ get: function get() {
22
+ return _webMediaEffects.EffectEvent;
23
+ }
24
+ });
13
25
  _Object$defineProperty(exports, "FacingMode", {
14
26
  enumerable: true,
15
27
  get: function get() {
@@ -70,6 +82,12 @@ _Object$defineProperty(exports, "NoiseReductionEffect", {
70
82
  return _webMediaEffects.NoiseReductionEffect;
71
83
  }
72
84
  });
85
+ _Object$defineProperty(exports, "NoiseReductionModels", {
86
+ enumerable: true,
87
+ get: function get() {
88
+ return _webMediaEffects.NoiseReductionModels;
89
+ }
90
+ });
73
91
  _Object$defineProperty(exports, "PresetCameraConstraints", {
74
92
  enumerable: true,
75
93
  get: function get() {
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["_webrtcCore","require","_webMediaEffects","_constants"],"sources":["index.ts"],"sourcesContent":["export {\n getDevices,\n LocalStream,\n LocalDisplayStream,\n LocalSystemAudioStream,\n LocalStreamEventNames,\n StreamEventNames,\n RemoteStream,\n RemoteStreamEventNames,\n type ServerMuteReason,\n LocalMicrophoneStreamEventNames,\n LocalCameraStreamEventNames,\n LocalMicrophoneStream,\n LocalCameraStream,\n createMicrophoneStream,\n createCameraStream,\n createCameraAndMicrophoneStreams,\n createDisplayStream,\n createDisplayStreamWithAudio,\n createDisplayMedia,\n type VideoContentHint,\n type StreamState,\n} from './webrtc-core';\n\nexport {NoiseReductionEffect, VirtualBackgroundEffect} from '@webex/web-media-effects';\nexport type {\n NoiseReductionEffectOptions,\n VirtualBackgroundEffectOptions,\n} from '@webex/web-media-effects';\n\nexport {FacingMode, DisplaySurface, PresetCameraConstraints} from './constants';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAwBA,IAAAC,gBAAA,GAAAD,OAAA;AAMA,IAAAE,UAAA,GAAAF,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["_webrtcCore","require","_webMediaEffects","_constants"],"sources":["index.ts"],"sourcesContent":["export {\n getDevices,\n LocalStream,\n LocalDisplayStream,\n LocalSystemAudioStream,\n LocalStreamEventNames,\n StreamEventNames,\n RemoteStream,\n RemoteStreamEventNames,\n type ServerMuteReason,\n LocalMicrophoneStreamEventNames,\n LocalCameraStreamEventNames,\n LocalMicrophoneStream,\n LocalCameraStream,\n createMicrophoneStream,\n createCameraStream,\n createCameraAndMicrophoneStreams,\n createDisplayStream,\n createDisplayStreamWithAudio,\n createDisplayMedia,\n type VideoContentHint,\n type StreamState,\n} from './webrtc-core';\n\nexport {\n NoiseReductionEffect,\n VirtualBackgroundEffect,\n NoiseReductionModels,\n DEFAULT_NOISE_REDUCTION_MODEL,\n EffectEvent,\n} from '@webex/web-media-effects';\nexport type {\n NoiseReductionEffectOptions,\n NoiseReductionModel,\n VirtualBackgroundEffectOptions,\n TrackEffect,\n} from '@webex/web-media-effects';\n\nexport {FacingMode, DisplaySurface, PresetCameraConstraints} from './constants';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,WAAA,GAAAC,OAAA;AAwBA,IAAAC,gBAAA,GAAAD,OAAA;AAcA,IAAAE,UAAA,GAAAF,OAAA","ignoreList":[]}
package/package.json CHANGED
@@ -22,9 +22,9 @@
22
22
  "deploy:npm": "yarn npm publish"
23
23
  },
24
24
  "dependencies": {
25
- "@webex/internal-media-core": "2.22.0",
25
+ "@webex/internal-media-core": "2.22.1",
26
26
  "@webex/ts-events": "^1.1.0",
27
- "@webex/web-media-effects": "2.32.1"
27
+ "@webex/web-media-effects": "2.33.0"
28
28
  },
29
29
  "browserify": {
30
30
  "transform": [
@@ -39,12 +39,12 @@
39
39
  "@webex/eslint-config-legacy": "0.0.0",
40
40
  "@webex/jest-config-legacy": "0.0.0",
41
41
  "@webex/legacy-tools": "0.0.0",
42
- "@webex/test-helper-chai": "3.10.0-next.1",
43
- "@webex/test-helper-mock-webex": "3.10.0-next.1",
42
+ "@webex/test-helper-chai": "3.11.0-next.1",
43
+ "@webex/test-helper-mock-webex": "3.11.0-next.1",
44
44
  "eslint": "^8.24.0",
45
45
  "jsdom-global": "3.0.2",
46
46
  "prettier": "^2.7.1",
47
47
  "sinon": "^9.2.4"
48
48
  },
49
- "version": "3.11.0-next.1"
49
+ "version": "3.11.0-next.3"
50
50
  }
package/src/index.ts CHANGED
@@ -22,10 +22,18 @@ export {
22
22
  type StreamState,
23
23
  } from './webrtc-core';
24
24
 
25
- export {NoiseReductionEffect, VirtualBackgroundEffect} from '@webex/web-media-effects';
25
+ export {
26
+ NoiseReductionEffect,
27
+ VirtualBackgroundEffect,
28
+ NoiseReductionModels,
29
+ DEFAULT_NOISE_REDUCTION_MODEL,
30
+ EffectEvent,
31
+ } from '@webex/web-media-effects';
26
32
  export type {
27
33
  NoiseReductionEffectOptions,
34
+ NoiseReductionModel,
28
35
  VirtualBackgroundEffectOptions,
36
+ TrackEffect,
29
37
  } from '@webex/web-media-effects';
30
38
 
31
39
  export {FacingMode, DisplaySurface, PresetCameraConstraints} from './constants';