@webex/event-dictionary-ts 1.0.1672 → 1.0.1674

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.
@@ -1813,6 +1813,12 @@
1813
1813
  "BROADCLOUDCARRIER"
1814
1814
  ]
1815
1815
  },
1816
+ "supplementaryMediaSessionType": {
1817
+ "type": "string",
1818
+ "enum": [
1819
+ "DirectShare"
1820
+ ]
1821
+ },
1816
1822
  "inLobby": {
1817
1823
  "type": "boolean"
1818
1824
  },
@@ -2542,6 +2548,9 @@
2542
2548
  "type": "string",
2543
2549
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
2544
2550
  },
2551
+ "sharedMediaId": {
2552
+ "type": "string"
2553
+ },
2545
2554
  "sipCallId": {
2546
2555
  "type": "string"
2547
2556
  },
@@ -2317,6 +2317,12 @@
2317
2317
  "BROADCLOUDCARRIER"
2318
2318
  ]
2319
2319
  },
2320
+ "supplementaryMediaSessionType": {
2321
+ "type": "string",
2322
+ "enum": [
2323
+ "DirectShare"
2324
+ ]
2325
+ },
2320
2326
  "inLobby": {
2321
2327
  "type": "boolean"
2322
2328
  },
@@ -3046,6 +3052,9 @@
3046
3052
  "type": "string",
3047
3053
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
3048
3054
  },
3055
+ "sharedMediaId": {
3056
+ "type": "string"
3057
+ },
3049
3058
  "sipCallId": {
3050
3059
  "type": "string"
3051
3060
  },
@@ -8131,6 +8140,9 @@
8131
8140
  "type": "string",
8132
8141
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
8133
8142
  },
8143
+ "sharedMediaId": {
8144
+ "type": "string"
8145
+ },
8134
8146
  "sipCallId": {
8135
8147
  "type": "string"
8136
8148
  },
@@ -9773,6 +9785,12 @@
9773
9785
  "BROADCLOUDCARRIER"
9774
9786
  ]
9775
9787
  },
9788
+ "supplementaryMediaSessionType": {
9789
+ "type": "string",
9790
+ "enum": [
9791
+ "DirectShare"
9792
+ ]
9793
+ },
9776
9794
  "inLobby": {
9777
9795
  "type": "boolean"
9778
9796
  },
@@ -10876,6 +10894,9 @@
10876
10894
  "type": "string",
10877
10895
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
10878
10896
  },
10897
+ "sharedMediaId": {
10898
+ "type": "string"
10899
+ },
10879
10900
  "sipCallId": {
10880
10901
  "type": "string"
10881
10902
  },
@@ -14200,6 +14221,12 @@
14200
14221
  "BROADCLOUDCARRIER"
14201
14222
  ]
14202
14223
  },
14224
+ "supplementaryMediaSessionType": {
14225
+ "type": "string",
14226
+ "enum": [
14227
+ "DirectShare"
14228
+ ]
14229
+ },
14203
14230
  "inLobby": {
14204
14231
  "type": "boolean"
14205
14232
  },
@@ -14815,6 +14842,9 @@
14815
14842
  "type": "string",
14816
14843
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
14817
14844
  },
14845
+ "sharedMediaId": {
14846
+ "type": "string"
14847
+ },
14818
14848
  "sipCallId": {
14819
14849
  "type": "string"
14820
14850
  },
@@ -17670,6 +17700,14 @@
17670
17700
  "sourceIdentifier": {
17671
17701
  "type": "string"
17672
17702
  },
17703
+ "associatedCorrelationId": {
17704
+ "type": "string"
17705
+ },
17706
+ "lastIntervalNumber": {
17707
+ "type": "number",
17708
+ "minimum": -9223372036854776000.0,
17709
+ "maximum": 9223372036854776000.0
17710
+ },
17673
17711
  "height": {
17674
17712
  "type": "integer",
17675
17713
  "minimum": -2147483648,
@@ -23537,6 +23575,12 @@
23537
23575
  "BROADCLOUDCARRIER"
23538
23576
  ]
23539
23577
  },
23578
+ "supplementaryMediaSessionType": {
23579
+ "type": "string",
23580
+ "enum": [
23581
+ "DirectShare"
23582
+ ]
23583
+ },
23540
23584
  "inLobby": {
23541
23585
  "type": "boolean"
23542
23586
  },
@@ -24111,6 +24155,9 @@
24111
24155
  "type": "string",
24112
24156
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
24113
24157
  },
24158
+ "sharedMediaId": {
24159
+ "type": "string"
24160
+ },
24114
24161
  "sipCallId": {
24115
24162
  "type": "string"
24116
24163
  },
@@ -27457,6 +27504,12 @@
27457
27504
  "BROADCLOUDCARRIER"
27458
27505
  ]
27459
27506
  },
27507
+ "supplementaryMediaSessionType": {
27508
+ "type": "string",
27509
+ "enum": [
27510
+ "DirectShare"
27511
+ ]
27512
+ },
27460
27513
  "inLobby": {
27461
27514
  "type": "boolean"
27462
27515
  },
@@ -28024,6 +28077,9 @@
28024
28077
  "type": "string",
28025
28078
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
28026
28079
  },
28080
+ "sharedMediaId": {
28081
+ "type": "string"
28082
+ },
28027
28083
  "sipCallId": {
28028
28084
  "type": "string"
28029
28085
  },
@@ -32446,6 +32502,12 @@
32446
32502
  "BROADCLOUDCARRIER"
32447
32503
  ]
32448
32504
  },
32505
+ "supplementaryMediaSessionType": {
32506
+ "type": "string",
32507
+ "enum": [
32508
+ "DirectShare"
32509
+ ]
32510
+ },
32449
32511
  "inLobby": {
32450
32512
  "type": "boolean"
32451
32513
  },
@@ -33035,6 +33097,9 @@
33035
33097
  "type": "string",
33036
33098
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
33037
33099
  },
33100
+ "sharedMediaId": {
33101
+ "type": "string"
33102
+ },
33038
33103
  "sipCallId": {
33039
33104
  "type": "string"
33040
33105
  },
@@ -1813,6 +1813,12 @@
1813
1813
  "BROADCLOUDCARRIER"
1814
1814
  ]
1815
1815
  },
1816
+ "supplementaryMediaSessionType": {
1817
+ "type": "string",
1818
+ "enum": [
1819
+ "DirectShare"
1820
+ ]
1821
+ },
1816
1822
  "inLobby": {
1817
1823
  "type": "boolean"
1818
1824
  },
@@ -2387,6 +2393,9 @@
2387
2393
  "type": "string",
2388
2394
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
2389
2395
  },
2396
+ "sharedMediaId": {
2397
+ "type": "string"
2398
+ },
2390
2399
  "sipCallId": {
2391
2400
  "type": "string"
2392
2401
  },
@@ -1814,6 +1814,12 @@
1814
1814
  "BROADCLOUDCARRIER"
1815
1815
  ]
1816
1816
  },
1817
+ "supplementaryMediaSessionType": {
1818
+ "type": "string",
1819
+ "enum": [
1820
+ "DirectShare"
1821
+ ]
1822
+ },
1817
1823
  "inLobby": {
1818
1824
  "type": "boolean"
1819
1825
  },
@@ -2429,6 +2435,9 @@
2429
2435
  "type": "string",
2430
2436
  "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
2431
2437
  },
2438
+ "sharedMediaId": {
2439
+ "type": "string"
2440
+ },
2432
2441
  "sipCallId": {
2433
2442
  "type": "string"
2434
2443
  },
@@ -5284,6 +5293,14 @@
5284
5293
  "sourceIdentifier": {
5285
5294
  "type": "string"
5286
5295
  },
5296
+ "associatedCorrelationId": {
5297
+ "type": "string"
5298
+ },
5299
+ "lastIntervalNumber": {
5300
+ "type": "number",
5301
+ "minimum": -9223372036854776000.0,
5302
+ "maximum": 9223372036854776000.0
5303
+ },
5287
5304
  "height": {
5288
5305
  "type": "integer",
5289
5306
  "minimum": -2147483648,
@@ -896,6 +896,7 @@ export interface Event {
896
896
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
897
897
  isConvergedArchitectureEnabled?: boolean;
898
898
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
899
+ supplementaryMediaSessionType?: "DirectShare";
899
900
  inLobby?: boolean;
900
901
  isVIPMeeting?: boolean;
901
902
  webexAppEntrypoint?: string;
@@ -1299,6 +1300,7 @@ export interface Event {
1299
1300
  provisionalCorrelationId?: string;
1300
1301
  roomId?: string;
1301
1302
  sessionCorrelationId?: string;
1303
+ sharedMediaId?: string;
1302
1304
  sipCallId?: string;
1303
1305
  sipSessionId?: {
1304
1306
  local?: string;
@@ -3789,6 +3791,7 @@ export interface Event {
3789
3791
  provisionalCorrelationId?: string;
3790
3792
  roomId?: string;
3791
3793
  sessionCorrelationId?: string;
3794
+ sharedMediaId?: string;
3792
3795
  sipCallId?: string;
3793
3796
  sipSessionId?: {
3794
3797
  local?: string;
@@ -4364,6 +4367,7 @@ export interface Event {
4364
4367
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
4365
4368
  isConvergedArchitectureEnabled?: boolean;
4366
4369
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
4370
+ supplementaryMediaSessionType?: "DirectShare";
4367
4371
  inLobby?: boolean;
4368
4372
  isVIPMeeting?: boolean;
4369
4373
  webexAppEntrypoint?: string;
@@ -4944,6 +4948,7 @@ export interface Event {
4944
4948
  provisionalCorrelationId?: string;
4945
4949
  roomId?: string;
4946
4950
  sessionCorrelationId?: string;
4951
+ sharedMediaId?: string;
4947
4952
  sipCallId?: string;
4948
4953
  sipSessionId?: {
4949
4954
  local?: string;
@@ -6261,6 +6266,7 @@ export interface Event {
6261
6266
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
6262
6267
  isConvergedArchitectureEnabled?: boolean;
6263
6268
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
6269
+ supplementaryMediaSessionType?: "DirectShare";
6264
6270
  inLobby?: boolean;
6265
6271
  isVIPMeeting?: boolean;
6266
6272
  webexAppEntrypoint?: string;
@@ -6498,6 +6504,7 @@ export interface Event {
6498
6504
  provisionalCorrelationId?: string;
6499
6505
  roomId?: string;
6500
6506
  sessionCorrelationId?: string;
6507
+ sharedMediaId?: string;
6501
6508
  sipCallId?: string;
6502
6509
  sipSessionId?: {
6503
6510
  local?: string;
@@ -7571,6 +7578,8 @@ export interface Event {
7571
7578
  contentSourceInputs?: {
7572
7579
  sourceType: {};
7573
7580
  sourceIdentifier: string;
7581
+ associatedCorrelationId?: string;
7582
+ lastIntervalNumber?: number;
7574
7583
  height: number;
7575
7584
  width: number;
7576
7585
  frameRate: number;
@@ -9859,6 +9868,7 @@ export interface Event {
9859
9868
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
9860
9869
  isConvergedArchitectureEnabled?: boolean;
9861
9870
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
9871
+ supplementaryMediaSessionType?: "DirectShare";
9862
9872
  inLobby?: boolean;
9863
9873
  isVIPMeeting?: boolean;
9864
9874
  webexAppEntrypoint?: string;
@@ -10090,6 +10100,7 @@ export interface Event {
10090
10100
  provisionalCorrelationId?: string;
10091
10101
  roomId?: string;
10092
10102
  sessionCorrelationId?: string;
10103
+ sharedMediaId?: string;
10093
10104
  sipCallId?: string;
10094
10105
  sipSessionId?: {
10095
10106
  local?: string;
@@ -11566,6 +11577,7 @@ export interface Event {
11566
11577
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
11567
11578
  isConvergedArchitectureEnabled?: boolean;
11568
11579
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
11580
+ supplementaryMediaSessionType?: "DirectShare";
11569
11581
  inLobby?: boolean;
11570
11582
  isVIPMeeting?: boolean;
11571
11583
  webexAppEntrypoint?: string;
@@ -11782,6 +11794,7 @@ export interface Event {
11782
11794
  provisionalCorrelationId?: string;
11783
11795
  roomId?: string;
11784
11796
  sessionCorrelationId?: string;
11797
+ sharedMediaId?: string;
11785
11798
  sipCallId?: string;
11786
11799
  sipSessionId?: {
11787
11800
  local?: string;
@@ -13224,6 +13237,7 @@ export interface Event {
13224
13237
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
13225
13238
  isConvergedArchitectureEnabled?: boolean;
13226
13239
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
13240
+ supplementaryMediaSessionType?: "DirectShare";
13227
13241
  inLobby?: boolean;
13228
13242
  isVIPMeeting?: boolean;
13229
13243
  webexAppEntrypoint?: string;
@@ -13457,6 +13471,7 @@ export interface Event {
13457
13471
  provisionalCorrelationId?: string;
13458
13472
  roomId?: string;
13459
13473
  sessionCorrelationId?: string;
13474
+ sharedMediaId?: string;
13460
13475
  sipCallId?: string;
13461
13476
  sipSessionId?: {
13462
13477
  local?: string;
@@ -14215,6 +14230,7 @@ export interface ClientEvent {
14215
14230
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
14216
14231
  isConvergedArchitectureEnabled?: boolean;
14217
14232
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
14233
+ supplementaryMediaSessionType?: "DirectShare";
14218
14234
  inLobby?: boolean;
14219
14235
  isVIPMeeting?: boolean;
14220
14236
  webexAppEntrypoint?: string;
@@ -14618,6 +14634,7 @@ export interface ClientEvent {
14618
14634
  provisionalCorrelationId?: string;
14619
14635
  roomId?: string;
14620
14636
  sessionCorrelationId?: string;
14637
+ sharedMediaId?: string;
14621
14638
  sipCallId?: string;
14622
14639
  sipSessionId?: {
14623
14640
  local?: string;
@@ -17601,6 +17618,7 @@ export interface FeatureEvent {
17601
17618
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
17602
17619
  isConvergedArchitectureEnabled?: boolean;
17603
17620
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
17621
+ supplementaryMediaSessionType?: "DirectShare";
17604
17622
  inLobby?: boolean;
17605
17623
  isVIPMeeting?: boolean;
17606
17624
  webexAppEntrypoint?: string;
@@ -17832,6 +17850,7 @@ export interface FeatureEvent {
17832
17850
  provisionalCorrelationId?: string;
17833
17851
  roomId?: string;
17834
17852
  sessionCorrelationId?: string;
17853
+ sharedMediaId?: string;
17835
17854
  sipCallId?: string;
17836
17855
  sipSessionId?: {
17837
17856
  local?: string;
@@ -19319,6 +19338,7 @@ export interface MediaQualityEvent {
19319
19338
  e2eeVersion?: "E2EEV1" | "E2EEV2" | "E2EEV3";
19320
19339
  isConvergedArchitectureEnabled?: boolean;
19321
19340
  callingServiceType?: "CUCM" | "WEBEXCALLING" | "BROADWORKS" | "LOCUS" | "BROADCLOUDCARRIER";
19341
+ supplementaryMediaSessionType?: "DirectShare";
19322
19342
  inLobby?: boolean;
19323
19343
  isVIPMeeting?: boolean;
19324
19344
  webexAppEntrypoint?: string;
@@ -19556,6 +19576,7 @@ export interface MediaQualityEvent {
19556
19576
  provisionalCorrelationId?: string;
19557
19577
  roomId?: string;
19558
19578
  sessionCorrelationId?: string;
19579
+ sharedMediaId?: string;
19559
19580
  sipCallId?: string;
19560
19581
  sipSessionId?: {
19561
19582
  local?: string;
@@ -20626,6 +20647,8 @@ export interface MediaQualityEvent {
20626
20647
  contentSourceInputs?: {
20627
20648
  sourceType: {};
20628
20649
  sourceIdentifier: string;
20650
+ associatedCorrelationId?: string;
20651
+ lastIntervalNumber?: number;
20629
20652
  height: number;
20630
20653
  width: number;
20631
20654
  frameRate: number;
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.1672"
31
+ "version": "1.0.1674"
32
32
  }