@webex/event-dictionary-ts 1.0.1683 → 1.0.1685

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.
@@ -6542,6 +6542,17 @@
6542
6542
  "minimum": -9223372036854776000.0,
6543
6543
  "maximum": 9223372036854776000.0
6544
6544
  },
6545
+ "cameraMode": {
6546
+ "type": "string",
6547
+ "description": "currently selected camera mode",
6548
+ "enum": [
6549
+ "Unknown",
6550
+ "BestOverview",
6551
+ "Closeup",
6552
+ "Frames",
6553
+ "GroupAndSpeaker"
6554
+ ]
6555
+ },
6545
6556
  "evaluatedBandwidth": {
6546
6557
  "type": "object",
6547
6558
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -7046,6 +7046,17 @@
7046
7046
  "minimum": -9223372036854776000.0,
7047
7047
  "maximum": 9223372036854776000.0
7048
7048
  },
7049
+ "cameraMode": {
7050
+ "type": "string",
7051
+ "description": "currently selected camera mode",
7052
+ "enum": [
7053
+ "Unknown",
7054
+ "BestOverview",
7055
+ "Closeup",
7056
+ "Frames",
7057
+ "GroupAndSpeaker"
7058
+ ]
7059
+ },
7049
7060
  "evaluatedBandwidth": {
7050
7061
  "type": "object",
7051
7062
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -15856,6 +15867,17 @@
15856
15867
  "minimum": -9223372036854776000.0,
15857
15868
  "maximum": 9223372036854776000.0
15858
15869
  },
15870
+ "cameraMode": {
15871
+ "type": "string",
15872
+ "description": "currently selected camera mode",
15873
+ "enum": [
15874
+ "Unknown",
15875
+ "BestOverview",
15876
+ "Closeup",
15877
+ "Frames",
15878
+ "GroupAndSpeaker"
15879
+ ]
15880
+ },
15859
15881
  "evaluatedBandwidth": {
15860
15882
  "type": "object",
15861
15883
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -29066,6 +29088,17 @@
29066
29088
  "minimum": -9223372036854776000.0,
29067
29089
  "maximum": 9223372036854776000.0
29068
29090
  },
29091
+ "cameraMode": {
29092
+ "type": "string",
29093
+ "description": "currently selected camera mode",
29094
+ "enum": [
29095
+ "Unknown",
29096
+ "BestOverview",
29097
+ "Closeup",
29098
+ "Frames",
29099
+ "GroupAndSpeaker"
29100
+ ]
29101
+ },
29069
29102
  "evaluatedBandwidth": {
29070
29103
  "type": "object",
29071
29104
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -3421,6 +3421,17 @@
3421
3421
  "minimum": -9223372036854776000.0,
3422
3422
  "maximum": 9223372036854776000.0
3423
3423
  },
3424
+ "cameraMode": {
3425
+ "type": "string",
3426
+ "description": "currently selected camera mode",
3427
+ "enum": [
3428
+ "Unknown",
3429
+ "BestOverview",
3430
+ "Closeup",
3431
+ "Frames",
3432
+ "GroupAndSpeaker"
3433
+ ]
3434
+ },
3424
3435
  "evaluatedBandwidth": {
3425
3436
  "type": "object",
3426
3437
  "description": "This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)",
@@ -3247,6 +3247,10 @@ export interface Event {
3247
3247
  */
3248
3248
  roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
3249
3249
  peopleCount?: number;
3250
+ /**
3251
+ * currently selected camera mode
3252
+ */
3253
+ cameraMode?: "Unknown" | "BestOverview" | "Closeup" | "Frames" | "GroupAndSpeaker";
3250
3254
  /**
3251
3255
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
3252
3256
  */
@@ -6858,6 +6862,10 @@ export interface Event {
6858
6862
  */
6859
6863
  roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
6860
6864
  peopleCount?: number;
6865
+ /**
6866
+ * currently selected camera mode
6867
+ */
6868
+ cameraMode?: "Unknown" | "BestOverview" | "Closeup" | "Frames" | "GroupAndSpeaker";
6861
6869
  /**
6862
6870
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
6863
6871
  */
@@ -12141,6 +12149,10 @@ export interface Event {
12141
12149
  */
12142
12150
  roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
12143
12151
  peopleCount?: number;
12152
+ /**
12153
+ * currently selected camera mode
12154
+ */
12155
+ cameraMode?: "Unknown" | "BestOverview" | "Closeup" | "Frames" | "GroupAndSpeaker";
12144
12156
  /**
12145
12157
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
12146
12158
  */
@@ -16596,6 +16608,10 @@ export interface ClientEvent {
16596
16608
  */
16597
16609
  roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
16598
16610
  peopleCount?: number;
16611
+ /**
16612
+ * currently selected camera mode
16613
+ */
16614
+ cameraMode?: "Unknown" | "BestOverview" | "Closeup" | "Frames" | "GroupAndSpeaker";
16599
16615
  /**
16600
16616
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
16601
16617
  */
@@ -19945,6 +19961,10 @@ export interface MediaQualityEvent {
19945
19961
  */
19946
19962
  roomType?: "Briefing" | "Classroom" | "Standard" | "PresenterAndAudience";
19947
19963
  peopleCount?: number;
19964
+ /**
19965
+ * currently selected camera mode
19966
+ */
19967
+ cameraMode?: "Unknown" | "BestOverview" | "Closeup" | "Frames" | "GroupAndSpeaker";
19948
19968
  /**
19949
19969
  * This object tracks the evaluated bandwidth associated with Bandwidth Evaluator(MARI)
19950
19970
  */
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.1683"
31
+ "version": "1.0.1685"
32
32
  }