@webex/event-dictionary-ts 1.0.1943 → 1.0.1945

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.
@@ -22144,6 +22144,9 @@
22144
22144
  "SIP_PSTN"
22145
22145
  ]
22146
22146
  },
22147
+ "remoteTranscoded": {
22148
+ "type": "boolean"
22149
+ },
22147
22150
  "floorType": {
22148
22151
  "type": "object",
22149
22152
  "description": "Details associated with a share floor type",
@@ -8993,6 +8993,9 @@
8993
8993
  "SIP_PSTN"
8994
8994
  ]
8995
8995
  },
8996
+ "remoteTranscoded": {
8997
+ "type": "boolean"
8998
+ },
8996
8999
  "floorType": {
8997
9000
  "type": "object",
8998
9001
  "description": "Details associated with a share floor type",
@@ -9718,6 +9718,7 @@ export interface Event {
9718
9718
  | "PHONE_BUMBLEBEE"
9719
9719
  | "SIP"
9720
9720
  | "SIP_PSTN";
9721
+ remoteTranscoded?: boolean;
9721
9722
  /**
9722
9723
  * Details associated with a share floor type
9723
9724
  */
@@ -24476,6 +24477,7 @@ export interface MediaQualityEvent {
24476
24477
  | "PHONE_BUMBLEBEE"
24477
24478
  | "SIP"
24478
24479
  | "SIP_PSTN";
24480
+ remoteTranscoded?: boolean;
24479
24481
  /**
24480
24482
  * Details associated with a share floor type
24481
24483
  */
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.1943"
30
+ "version": "1.0.1945"
31
31
  }