@webex/event-dictionary-ts 1.0.1449 → 1.0.1450

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.
@@ -18445,7 +18445,7 @@
18445
18445
  "priority": {}
18446
18446
  }
18447
18447
  },
18448
- "requestedView": {
18448
+ "receivedView": {
18449
18449
  "type": "string",
18450
18450
  "description": "view type of a video stream",
18451
18451
  "enum": [
@@ -18456,7 +18456,7 @@
18456
18456
  }
18457
18457
  }
18458
18458
  },
18459
- "requestedViews": {
18459
+ "receivedViews": {
18460
18460
  "type": "array",
18461
18461
  "items": {
18462
18462
  "type": "string",
@@ -6947,7 +6947,7 @@
6947
6947
  "priority": {}
6948
6948
  }
6949
6949
  },
6950
- "requestedView": {
6950
+ "receivedView": {
6951
6951
  "type": "string",
6952
6952
  "description": "view type of a video stream",
6953
6953
  "enum": [
@@ -6958,7 +6958,7 @@
6958
6958
  }
6959
6959
  }
6960
6960
  },
6961
- "requestedViews": {
6961
+ "receivedViews": {
6962
6962
  "type": "array",
6963
6963
  "items": {
6964
6964
  "type": "string",
@@ -7545,10 +7545,10 @@ export interface Event {
7545
7545
  /**
7546
7546
  * view type of a video stream
7547
7547
  */
7548
- requestedView?: "Default" | "Speaker";
7548
+ receivedView?: "Default" | "Speaker";
7549
7549
  additionalProperties?: false;
7550
7550
  }[];
7551
- requestedViews?: ("Default" | "Speaker")[];
7551
+ receivedViews?: ("Default" | "Speaker")[];
7552
7552
  additionalProperties?: false;
7553
7553
  }[];
7554
7554
  gamestateTransmit?: {
@@ -18123,10 +18123,10 @@ export interface MediaQualityEvent {
18123
18123
  /**
18124
18124
  * view type of a video stream
18125
18125
  */
18126
- requestedView?: "Default" | "Speaker";
18126
+ receivedView?: "Default" | "Speaker";
18127
18127
  additionalProperties?: false;
18128
18128
  }[];
18129
- requestedViews?: ("Default" | "Speaker")[];
18129
+ receivedViews?: ("Default" | "Speaker")[];
18130
18130
  additionalProperties?: false;
18131
18131
  }[];
18132
18132
  gamestateTransmit?: {
package/package.json CHANGED
@@ -28,5 +28,5 @@
28
28
  "access": "public",
29
29
  "registry": "https://registry.npmjs.org"
30
30
  },
31
- "version": "1.0.1449"
31
+ "version": "1.0.1450"
32
32
  }