@webex/event-dictionary-ts 1.0.2016 → 1.0.2018

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.
@@ -7739,6 +7739,27 @@
7739
7739
  },
7740
7740
  "onboardingState": {
7741
7741
  "type": "string"
7742
+ },
7743
+ "smartLauncher": {
7744
+ "type": "object",
7745
+ "description": "captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join",
7746
+ "additionalProperties": true,
7747
+ "properties": {
7748
+ "enabled": {
7749
+ "type": "boolean"
7750
+ },
7751
+ "launchStrategy": {
7752
+ "type": "string"
7753
+ },
7754
+ "launchMethod": {
7755
+ "enum": [
7756
+ "auto-launch-webapp",
7757
+ "detect-native-auto-launch-webapp",
7758
+ "detect-native"
7759
+ ],
7760
+ "type": "string"
7761
+ }
7762
+ }
7742
7763
  }
7743
7764
  }
7744
7765
  }
@@ -8293,6 +8293,27 @@
8293
8293
  },
8294
8294
  "onboardingState": {
8295
8295
  "type": "string"
8296
+ },
8297
+ "smartLauncher": {
8298
+ "type": "object",
8299
+ "description": "captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join",
8300
+ "additionalProperties": true,
8301
+ "properties": {
8302
+ "enabled": {
8303
+ "type": "boolean"
8304
+ },
8305
+ "launchStrategy": {
8306
+ "type": "string"
8307
+ },
8308
+ "launchMethod": {
8309
+ "enum": [
8310
+ "auto-launch-webapp",
8311
+ "detect-native-auto-launch-webapp",
8312
+ "detect-native"
8313
+ ],
8314
+ "type": "string"
8315
+ }
8316
+ }
8296
8317
  }
8297
8318
  }
8298
8319
  },
@@ -20691,11 +20712,6 @@
20691
20712
  }
20692
20713
  }
20693
20714
  }
20694
- },
20695
- "speechToSpeechDelay": {
20696
- "type": "number",
20697
- "minimum": -9223372036854776000.0,
20698
- "maximum": 9223372036854776000.0
20699
20715
  }
20700
20716
  }
20701
20717
  },
@@ -22269,11 +22285,6 @@
22269
22285
  }
22270
22286
  }
22271
22287
  }
22272
- },
22273
- "speechToSpeechDelay": {
22274
- "type": "number",
22275
- "minimum": -9223372036854776000.0,
22276
- "maximum": 9223372036854776000.0
22277
22288
  }
22278
22289
  }
22279
22290
  },
@@ -24405,11 +24416,6 @@
24405
24416
  }
24406
24417
  }
24407
24418
  }
24408
- },
24409
- "speechToSpeechDelay": {
24410
- "type": "number",
24411
- "minimum": -9223372036854776000.0,
24412
- "maximum": 9223372036854776000.0
24413
24419
  }
24414
24420
  }
24415
24421
  },
@@ -7463,11 +7463,6 @@
7463
7463
  }
7464
7464
  }
7465
7465
  }
7466
- },
7467
- "speechToSpeechDelay": {
7468
- "type": "number",
7469
- "minimum": -9223372036854776000.0,
7470
- "maximum": 9223372036854776000.0
7471
7466
  }
7472
7467
  }
7473
7468
  },
@@ -9041,11 +9036,6 @@
9041
9036
  }
9042
9037
  }
9043
9038
  }
9044
- },
9045
- "speechToSpeechDelay": {
9046
- "type": "number",
9047
- "minimum": -9223372036854776000.0,
9048
- "maximum": 9223372036854776000.0
9049
9039
  }
9050
9040
  }
9051
9041
  },
@@ -11177,11 +11167,6 @@
11177
11167
  }
11178
11168
  }
11179
11169
  }
11180
- },
11181
- "speechToSpeechDelay": {
11182
- "type": "number",
11183
- "minimum": -9223372036854776000.0,
11184
- "maximum": 9223372036854776000.0
11185
11170
  }
11186
11171
  }
11187
11172
  },
@@ -3980,6 +3980,15 @@ export interface Event {
3980
3980
  additionalProperties?: false;
3981
3981
  };
3982
3982
  onboardingState?: string;
3983
+ /**
3984
+ * captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join
3985
+ */
3986
+ smartLauncher?: {
3987
+ enabled?: boolean;
3988
+ launchStrategy?: string;
3989
+ launchMethod?: "auto-launch-webapp" | "detect-native-auto-launch-webapp" | "detect-native";
3990
+ additionalProperties?: false;
3991
+ };
3983
3992
  additionalProperties?: false;
3984
3993
  }
3985
3994
  | {
@@ -8963,7 +8972,6 @@ export interface Event {
8963
8972
  };
8964
8973
  additionalProperties?: false;
8965
8974
  }[];
8966
- speechToSpeechDelay?: number;
8967
8975
  additionalProperties?: false;
8968
8976
  };
8969
8977
  isRxCallBackgroundNoiseReductionModeOn?: boolean;
@@ -9755,7 +9763,6 @@ export interface Event {
9755
9763
  };
9756
9764
  additionalProperties?: false;
9757
9765
  }[];
9758
- speechToSpeechDelay?: number;
9759
9766
  additionalProperties?: false;
9760
9767
  };
9761
9768
  receivedFrameSize: number;
@@ -10621,7 +10628,6 @@ export interface Event {
10621
10628
  };
10622
10629
  additionalProperties?: false;
10623
10630
  }[];
10624
- speechToSpeechDelay?: number;
10625
10631
  additionalProperties?: false;
10626
10632
  };
10627
10633
  gamestateObjects?: {
@@ -19236,6 +19242,15 @@ export interface ClientEvent {
19236
19242
  additionalProperties?: false;
19237
19243
  };
19238
19244
  onboardingState?: string;
19245
+ /**
19246
+ * captures details of Smart Launcher Function in MJP (Meeting Join Page) that controls the type of client launched for meeting join
19247
+ */
19248
+ smartLauncher?: {
19249
+ enabled?: boolean;
19250
+ launchStrategy?: string;
19251
+ launchMethod?: "auto-launch-webapp" | "detect-native-auto-launch-webapp" | "detect-native";
19252
+ additionalProperties?: false;
19253
+ };
19239
19254
  additionalProperties?: false;
19240
19255
  }
19241
19256
 
@@ -23896,7 +23911,6 @@ export interface MediaQualityEvent {
23896
23911
  };
23897
23912
  additionalProperties?: false;
23898
23913
  }[];
23899
- speechToSpeechDelay?: number;
23900
23914
  additionalProperties?: false;
23901
23915
  };
23902
23916
  isRxCallBackgroundNoiseReductionModeOn?: boolean;
@@ -24688,7 +24702,6 @@ export interface MediaQualityEvent {
24688
24702
  };
24689
24703
  additionalProperties?: false;
24690
24704
  }[];
24691
- speechToSpeechDelay?: number;
24692
24705
  additionalProperties?: false;
24693
24706
  };
24694
24707
  receivedFrameSize: number;
@@ -25554,7 +25567,6 @@ export interface MediaQualityEvent {
25554
25567
  };
25555
25568
  additionalProperties?: false;
25556
25569
  }[];
25557
- speechToSpeechDelay?: number;
25558
25570
  additionalProperties?: false;
25559
25571
  };
25560
25572
  gamestateObjects?: {
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.2016"
30
+ "version": "1.0.2018"
31
31
  }