@webex/event-dictionary-ts 1.0.2137 → 1.0.2139

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.
@@ -23810,6 +23810,18 @@
23810
23810
  "minimum": -9223372036854776000.0,
23811
23811
  "maximum": 9223372036854776000.0
23812
23812
  },
23813
+ "remoteVideoAugmentationType": {
23814
+ "type": "string",
23815
+ "enum": [
23816
+ "VIDEO_BACKGROUND_AUGMENT_NONE",
23817
+ "VIDEO_BACKGROUND_AUGMENT_BLUR",
23818
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE",
23819
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO",
23820
+ "VIDEO_BACKGROUND_AUGMENT_BLUR_INHOUSE",
23821
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE_INHOUSE",
23822
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO_INHOUSE"
23823
+ ]
23824
+ },
23813
23825
  "remoteClientType": {
23814
23826
  "type": "string",
23815
23827
  "description": "this defines the major client types",
@@ -9809,6 +9809,18 @@
9809
9809
  "minimum": -9223372036854776000.0,
9810
9810
  "maximum": 9223372036854776000.0
9811
9811
  },
9812
+ "remoteVideoAugmentationType": {
9813
+ "type": "string",
9814
+ "enum": [
9815
+ "VIDEO_BACKGROUND_AUGMENT_NONE",
9816
+ "VIDEO_BACKGROUND_AUGMENT_BLUR",
9817
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE",
9818
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO",
9819
+ "VIDEO_BACKGROUND_AUGMENT_BLUR_INHOUSE",
9820
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE_INHOUSE",
9821
+ "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO_INHOUSE"
9822
+ ]
9823
+ },
9812
9824
  "remoteClientType": {
9813
9825
  "type": "string",
9814
9826
  "description": "this defines the major client types",
@@ -10537,6 +10537,14 @@ export interface Event {
10537
10537
  | "UpSample_VP_1pt5";
10538
10538
  processSRMillis?: number;
10539
10539
  superResFps?: number;
10540
+ remoteVideoAugmentationType?:
10541
+ | "VIDEO_BACKGROUND_AUGMENT_NONE"
10542
+ | "VIDEO_BACKGROUND_AUGMENT_BLUR"
10543
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE"
10544
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO"
10545
+ | "VIDEO_BACKGROUND_AUGMENT_BLUR_INHOUSE"
10546
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE_INHOUSE"
10547
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO_INHOUSE";
10540
10548
  /**
10541
10549
  * this defines the major client types
10542
10550
  */
@@ -26592,6 +26600,14 @@ export interface MediaQualityEvent {
26592
26600
  | "UpSample_VP_1pt5";
26593
26601
  processSRMillis?: number;
26594
26602
  superResFps?: number;
26603
+ remoteVideoAugmentationType?:
26604
+ | "VIDEO_BACKGROUND_AUGMENT_NONE"
26605
+ | "VIDEO_BACKGROUND_AUGMENT_BLUR"
26606
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE"
26607
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO"
26608
+ | "VIDEO_BACKGROUND_AUGMENT_BLUR_INHOUSE"
26609
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_IMAGE_INHOUSE"
26610
+ | "VIDEO_BACKGROUND_AUGMENT_REPLACE_VIDEO_INHOUSE";
26595
26611
  /**
26596
26612
  * this defines the major client types
26597
26613
  */
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2137"
30
+ "version": "1.0.2139"
31
31
  }