@webex/event-dictionary-ts 1.0.1558 → 1.0.1560
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.
|
@@ -2405,6 +2405,10 @@
|
|
|
2405
2405
|
"attendeeId": {
|
|
2406
2406
|
"type": "string"
|
|
2407
2407
|
},
|
|
2408
|
+
"participantId": {
|
|
2409
|
+
"type": "string",
|
|
2410
|
+
"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}$"
|
|
2411
|
+
},
|
|
2408
2412
|
"breakoutGroupId": {
|
|
2409
2413
|
"type": "string",
|
|
2410
2414
|
"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}$"
|
|
@@ -4157,7 +4161,6 @@
|
|
|
4157
4161
|
"additionalProperties": true,
|
|
4158
4162
|
"required": [
|
|
4159
4163
|
"mediaEngineSoftwareType",
|
|
4160
|
-
"mediaEngineSoftwareVersion",
|
|
4161
4164
|
"applicationSoftwareType",
|
|
4162
4165
|
"applicationSoftwareVersion",
|
|
4163
4166
|
"startTime"
|
|
@@ -4166,15 +4169,15 @@
|
|
|
4166
4169
|
"mediaEngineSoftwareType": {
|
|
4167
4170
|
"type": "string"
|
|
4168
4171
|
},
|
|
4169
|
-
"mediaEngineSoftwareVersion": {
|
|
4170
|
-
"type": "string"
|
|
4171
|
-
},
|
|
4172
4172
|
"applicationSoftwareType": {
|
|
4173
4173
|
"type": "string"
|
|
4174
4174
|
},
|
|
4175
4175
|
"applicationSoftwareVersion": {
|
|
4176
4176
|
"type": "string"
|
|
4177
4177
|
},
|
|
4178
|
+
"mediaEngineSoftwareVersion": {
|
|
4179
|
+
"type": "string"
|
|
4180
|
+
},
|
|
4178
4181
|
"hardwareType": {
|
|
4179
4182
|
"type": "string"
|
|
4180
4183
|
},
|
|
@@ -4290,9 +4293,6 @@
|
|
|
4290
4293
|
"type": "object",
|
|
4291
4294
|
"description": "Details of server environment",
|
|
4292
4295
|
"additionalProperties": true,
|
|
4293
|
-
"required": [
|
|
4294
|
-
"serverType"
|
|
4295
|
-
],
|
|
4296
4296
|
"properties": {
|
|
4297
4297
|
"serverType": {
|
|
4298
4298
|
"type": "string",
|
|
@@ -5995,8 +5995,7 @@
|
|
|
5995
5995
|
"description": "information object for the peripheral",
|
|
5996
5996
|
"additionalProperties": true,
|
|
5997
5997
|
"required": [
|
|
5998
|
-
"name"
|
|
5999
|
-
"information"
|
|
5998
|
+
"name"
|
|
6000
5999
|
],
|
|
6001
6000
|
"properties": {
|
|
6002
6001
|
"name": {
|
|
@@ -6049,8 +6048,7 @@
|
|
|
6049
6048
|
"description": "information object for the peripheral",
|
|
6050
6049
|
"additionalProperties": true,
|
|
6051
6050
|
"required": [
|
|
6052
|
-
"name"
|
|
6053
|
-
"information"
|
|
6051
|
+
"name"
|
|
6054
6052
|
],
|
|
6055
6053
|
"properties": {
|
|
6056
6054
|
"name": {
|
|
@@ -6102,8 +6100,7 @@
|
|
|
6102
6100
|
"description": "information object for the peripheral",
|
|
6103
6101
|
"additionalProperties": true,
|
|
6104
6102
|
"required": [
|
|
6105
|
-
"name"
|
|
6106
|
-
"information"
|
|
6103
|
+
"name"
|
|
6107
6104
|
],
|
|
6108
6105
|
"properties": {
|
|
6109
6106
|
"name": {
|
|
@@ -6155,8 +6152,7 @@
|
|
|
6155
6152
|
"description": "information object for the peripheral",
|
|
6156
6153
|
"additionalProperties": true,
|
|
6157
6154
|
"required": [
|
|
6158
|
-
"name"
|
|
6159
|
-
"information"
|
|
6155
|
+
"name"
|
|
6160
6156
|
],
|
|
6161
6157
|
"properties": {
|
|
6162
6158
|
"name": {
|
|
@@ -2905,6 +2905,10 @@
|
|
|
2905
2905
|
"attendeeId": {
|
|
2906
2906
|
"type": "string"
|
|
2907
2907
|
},
|
|
2908
|
+
"participantId": {
|
|
2909
|
+
"type": "string",
|
|
2910
|
+
"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}$"
|
|
2911
|
+
},
|
|
2908
2912
|
"breakoutGroupId": {
|
|
2909
2913
|
"type": "string",
|
|
2910
2914
|
"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}$"
|
|
@@ -4657,7 +4661,6 @@
|
|
|
4657
4661
|
"additionalProperties": true,
|
|
4658
4662
|
"required": [
|
|
4659
4663
|
"mediaEngineSoftwareType",
|
|
4660
|
-
"mediaEngineSoftwareVersion",
|
|
4661
4664
|
"applicationSoftwareType",
|
|
4662
4665
|
"applicationSoftwareVersion",
|
|
4663
4666
|
"startTime"
|
|
@@ -4666,15 +4669,15 @@
|
|
|
4666
4669
|
"mediaEngineSoftwareType": {
|
|
4667
4670
|
"type": "string"
|
|
4668
4671
|
},
|
|
4669
|
-
"mediaEngineSoftwareVersion": {
|
|
4670
|
-
"type": "string"
|
|
4671
|
-
},
|
|
4672
4672
|
"applicationSoftwareType": {
|
|
4673
4673
|
"type": "string"
|
|
4674
4674
|
},
|
|
4675
4675
|
"applicationSoftwareVersion": {
|
|
4676
4676
|
"type": "string"
|
|
4677
4677
|
},
|
|
4678
|
+
"mediaEngineSoftwareVersion": {
|
|
4679
|
+
"type": "string"
|
|
4680
|
+
},
|
|
4678
4681
|
"hardwareType": {
|
|
4679
4682
|
"type": "string"
|
|
4680
4683
|
},
|
|
@@ -4790,9 +4793,6 @@
|
|
|
4790
4793
|
"type": "object",
|
|
4791
4794
|
"description": "Details of server environment",
|
|
4792
4795
|
"additionalProperties": true,
|
|
4793
|
-
"required": [
|
|
4794
|
-
"serverType"
|
|
4795
|
-
],
|
|
4796
4796
|
"properties": {
|
|
4797
4797
|
"serverType": {
|
|
4798
4798
|
"type": "string",
|
|
@@ -6495,8 +6495,7 @@
|
|
|
6495
6495
|
"description": "information object for the peripheral",
|
|
6496
6496
|
"additionalProperties": true,
|
|
6497
6497
|
"required": [
|
|
6498
|
-
"name"
|
|
6499
|
-
"information"
|
|
6498
|
+
"name"
|
|
6500
6499
|
],
|
|
6501
6500
|
"properties": {
|
|
6502
6501
|
"name": {
|
|
@@ -6549,8 +6548,7 @@
|
|
|
6549
6548
|
"description": "information object for the peripheral",
|
|
6550
6549
|
"additionalProperties": true,
|
|
6551
6550
|
"required": [
|
|
6552
|
-
"name"
|
|
6553
|
-
"information"
|
|
6551
|
+
"name"
|
|
6554
6552
|
],
|
|
6555
6553
|
"properties": {
|
|
6556
6554
|
"name": {
|
|
@@ -6602,8 +6600,7 @@
|
|
|
6602
6600
|
"description": "information object for the peripheral",
|
|
6603
6601
|
"additionalProperties": true,
|
|
6604
6602
|
"required": [
|
|
6605
|
-
"name"
|
|
6606
|
-
"information"
|
|
6603
|
+
"name"
|
|
6607
6604
|
],
|
|
6608
6605
|
"properties": {
|
|
6609
6606
|
"name": {
|
|
@@ -6655,8 +6652,7 @@
|
|
|
6655
6652
|
"description": "information object for the peripheral",
|
|
6656
6653
|
"additionalProperties": true,
|
|
6657
6654
|
"required": [
|
|
6658
|
-
"name"
|
|
6659
|
-
"information"
|
|
6655
|
+
"name"
|
|
6660
6656
|
],
|
|
6661
6657
|
"properties": {
|
|
6662
6658
|
"name": {
|
|
@@ -7736,6 +7732,10 @@
|
|
|
7736
7732
|
"attendeeId": {
|
|
7737
7733
|
"type": "string"
|
|
7738
7734
|
},
|
|
7735
|
+
"participantId": {
|
|
7736
|
+
"type": "string",
|
|
7737
|
+
"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}$"
|
|
7738
|
+
},
|
|
7739
7739
|
"breakoutGroupId": {
|
|
7740
7740
|
"type": "string",
|
|
7741
7741
|
"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}$"
|
|
@@ -10494,6 +10494,10 @@
|
|
|
10494
10494
|
"attendeeId": {
|
|
10495
10495
|
"type": "string"
|
|
10496
10496
|
},
|
|
10497
|
+
"participantId": {
|
|
10498
|
+
"type": "string",
|
|
10499
|
+
"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}$"
|
|
10500
|
+
},
|
|
10497
10501
|
"breakoutGroupId": {
|
|
10498
10502
|
"type": "string",
|
|
10499
10503
|
"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}$"
|
|
@@ -14326,6 +14330,10 @@
|
|
|
14326
14330
|
"attendeeId": {
|
|
14327
14331
|
"type": "string"
|
|
14328
14332
|
},
|
|
14333
|
+
"participantId": {
|
|
14334
|
+
"type": "string",
|
|
14335
|
+
"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}$"
|
|
14336
|
+
},
|
|
14329
14337
|
"breakoutGroupId": {
|
|
14330
14338
|
"type": "string",
|
|
14331
14339
|
"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}$"
|
|
@@ -14601,7 +14609,6 @@
|
|
|
14601
14609
|
"additionalProperties": true,
|
|
14602
14610
|
"required": [
|
|
14603
14611
|
"mediaEngineSoftwareType",
|
|
14604
|
-
"mediaEngineSoftwareVersion",
|
|
14605
14612
|
"applicationSoftwareType",
|
|
14606
14613
|
"applicationSoftwareVersion",
|
|
14607
14614
|
"startTime"
|
|
@@ -14610,15 +14617,15 @@
|
|
|
14610
14617
|
"mediaEngineSoftwareType": {
|
|
14611
14618
|
"type": "string"
|
|
14612
14619
|
},
|
|
14613
|
-
"mediaEngineSoftwareVersion": {
|
|
14614
|
-
"type": "string"
|
|
14615
|
-
},
|
|
14616
14620
|
"applicationSoftwareType": {
|
|
14617
14621
|
"type": "string"
|
|
14618
14622
|
},
|
|
14619
14623
|
"applicationSoftwareVersion": {
|
|
14620
14624
|
"type": "string"
|
|
14621
14625
|
},
|
|
14626
|
+
"mediaEngineSoftwareVersion": {
|
|
14627
|
+
"type": "string"
|
|
14628
|
+
},
|
|
14622
14629
|
"hardwareType": {
|
|
14623
14630
|
"type": "string"
|
|
14624
14631
|
},
|
|
@@ -14974,8 +14981,7 @@
|
|
|
14974
14981
|
"description": "information object for the peripheral",
|
|
14975
14982
|
"additionalProperties": true,
|
|
14976
14983
|
"required": [
|
|
14977
|
-
"name"
|
|
14978
|
-
"information"
|
|
14984
|
+
"name"
|
|
14979
14985
|
],
|
|
14980
14986
|
"properties": {
|
|
14981
14987
|
"name": {
|
|
@@ -15028,8 +15034,7 @@
|
|
|
15028
15034
|
"description": "information object for the peripheral",
|
|
15029
15035
|
"additionalProperties": true,
|
|
15030
15036
|
"required": [
|
|
15031
|
-
"name"
|
|
15032
|
-
"information"
|
|
15037
|
+
"name"
|
|
15033
15038
|
],
|
|
15034
15039
|
"properties": {
|
|
15035
15040
|
"name": {
|
|
@@ -15081,8 +15086,7 @@
|
|
|
15081
15086
|
"description": "information object for the peripheral",
|
|
15082
15087
|
"additionalProperties": true,
|
|
15083
15088
|
"required": [
|
|
15084
|
-
"name"
|
|
15085
|
-
"information"
|
|
15089
|
+
"name"
|
|
15086
15090
|
],
|
|
15087
15091
|
"properties": {
|
|
15088
15092
|
"name": {
|
|
@@ -15134,8 +15138,7 @@
|
|
|
15134
15138
|
"description": "information object for the peripheral",
|
|
15135
15139
|
"additionalProperties": true,
|
|
15136
15140
|
"required": [
|
|
15137
|
-
"name"
|
|
15138
|
-
"information"
|
|
15141
|
+
"name"
|
|
15139
15142
|
],
|
|
15140
15143
|
"properties": {
|
|
15141
15144
|
"name": {
|
|
@@ -23203,6 +23206,10 @@
|
|
|
23203
23206
|
"attendeeId": {
|
|
23204
23207
|
"type": "string"
|
|
23205
23208
|
},
|
|
23209
|
+
"participantId": {
|
|
23210
|
+
"type": "string",
|
|
23211
|
+
"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}$"
|
|
23212
|
+
},
|
|
23206
23213
|
"breakoutGroupId": {
|
|
23207
23214
|
"type": "string",
|
|
23208
23215
|
"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}$"
|
|
@@ -23594,9 +23601,6 @@
|
|
|
23594
23601
|
"type": "object",
|
|
23595
23602
|
"description": "Details of server environment",
|
|
23596
23603
|
"additionalProperties": true,
|
|
23597
|
-
"required": [
|
|
23598
|
-
"serverType"
|
|
23599
|
-
],
|
|
23600
23604
|
"properties": {
|
|
23601
23605
|
"serverType": {
|
|
23602
23606
|
"type": "string",
|
|
@@ -27152,6 +27156,10 @@
|
|
|
27152
27156
|
"attendeeId": {
|
|
27153
27157
|
"type": "string"
|
|
27154
27158
|
},
|
|
27159
|
+
"participantId": {
|
|
27160
|
+
"type": "string",
|
|
27161
|
+
"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}$"
|
|
27162
|
+
},
|
|
27155
27163
|
"breakoutGroupId": {
|
|
27156
27164
|
"type": "string",
|
|
27157
27165
|
"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}$"
|
|
@@ -27427,7 +27435,6 @@
|
|
|
27427
27435
|
"additionalProperties": true,
|
|
27428
27436
|
"required": [
|
|
27429
27437
|
"mediaEngineSoftwareType",
|
|
27430
|
-
"mediaEngineSoftwareVersion",
|
|
27431
27438
|
"applicationSoftwareType",
|
|
27432
27439
|
"applicationSoftwareVersion",
|
|
27433
27440
|
"startTime"
|
|
@@ -27436,15 +27443,15 @@
|
|
|
27436
27443
|
"mediaEngineSoftwareType": {
|
|
27437
27444
|
"type": "string"
|
|
27438
27445
|
},
|
|
27439
|
-
"mediaEngineSoftwareVersion": {
|
|
27440
|
-
"type": "string"
|
|
27441
|
-
},
|
|
27442
27446
|
"applicationSoftwareType": {
|
|
27443
27447
|
"type": "string"
|
|
27444
27448
|
},
|
|
27445
27449
|
"applicationSoftwareVersion": {
|
|
27446
27450
|
"type": "string"
|
|
27447
27451
|
},
|
|
27452
|
+
"mediaEngineSoftwareVersion": {
|
|
27453
|
+
"type": "string"
|
|
27454
|
+
},
|
|
27448
27455
|
"hardwareType": {
|
|
27449
27456
|
"type": "string"
|
|
27450
27457
|
},
|
|
@@ -27767,8 +27774,7 @@
|
|
|
27767
27774
|
"description": "information object for the peripheral",
|
|
27768
27775
|
"additionalProperties": true,
|
|
27769
27776
|
"required": [
|
|
27770
|
-
"name"
|
|
27771
|
-
"information"
|
|
27777
|
+
"name"
|
|
27772
27778
|
],
|
|
27773
27779
|
"properties": {
|
|
27774
27780
|
"name": {
|
|
@@ -27821,8 +27827,7 @@
|
|
|
27821
27827
|
"description": "information object for the peripheral",
|
|
27822
27828
|
"additionalProperties": true,
|
|
27823
27829
|
"required": [
|
|
27824
|
-
"name"
|
|
27825
|
-
"information"
|
|
27830
|
+
"name"
|
|
27826
27831
|
],
|
|
27827
27832
|
"properties": {
|
|
27828
27833
|
"name": {
|
|
@@ -27874,8 +27879,7 @@
|
|
|
27874
27879
|
"description": "information object for the peripheral",
|
|
27875
27880
|
"additionalProperties": true,
|
|
27876
27881
|
"required": [
|
|
27877
|
-
"name"
|
|
27878
|
-
"information"
|
|
27882
|
+
"name"
|
|
27879
27883
|
],
|
|
27880
27884
|
"properties": {
|
|
27881
27885
|
"name": {
|
|
@@ -27927,8 +27931,7 @@
|
|
|
27927
27931
|
"description": "information object for the peripheral",
|
|
27928
27932
|
"additionalProperties": true,
|
|
27929
27933
|
"required": [
|
|
27930
|
-
"name"
|
|
27931
|
-
"information"
|
|
27934
|
+
"name"
|
|
27932
27935
|
],
|
|
27933
27936
|
"properties": {
|
|
27934
27937
|
"name": {
|
|
@@ -2255,6 +2255,10 @@
|
|
|
2255
2255
|
"attendeeId": {
|
|
2256
2256
|
"type": "string"
|
|
2257
2257
|
},
|
|
2258
|
+
"participantId": {
|
|
2259
|
+
"type": "string",
|
|
2260
|
+
"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}$"
|
|
2261
|
+
},
|
|
2258
2262
|
"breakoutGroupId": {
|
|
2259
2263
|
"type": "string",
|
|
2260
2264
|
"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}$"
|
|
@@ -2646,9 +2650,6 @@
|
|
|
2646
2650
|
"type": "object",
|
|
2647
2651
|
"description": "Details of server environment",
|
|
2648
2652
|
"additionalProperties": true,
|
|
2649
|
-
"required": [
|
|
2650
|
-
"serverType"
|
|
2651
|
-
],
|
|
2652
2653
|
"properties": {
|
|
2653
2654
|
"serverType": {
|
|
2654
2655
|
"type": "string",
|
|
@@ -2297,6 +2297,10 @@
|
|
|
2297
2297
|
"attendeeId": {
|
|
2298
2298
|
"type": "string"
|
|
2299
2299
|
},
|
|
2300
|
+
"participantId": {
|
|
2301
|
+
"type": "string",
|
|
2302
|
+
"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}$"
|
|
2303
|
+
},
|
|
2300
2304
|
"breakoutGroupId": {
|
|
2301
2305
|
"type": "string",
|
|
2302
2306
|
"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}$"
|
|
@@ -2572,7 +2576,6 @@
|
|
|
2572
2576
|
"additionalProperties": true,
|
|
2573
2577
|
"required": [
|
|
2574
2578
|
"mediaEngineSoftwareType",
|
|
2575
|
-
"mediaEngineSoftwareVersion",
|
|
2576
2579
|
"applicationSoftwareType",
|
|
2577
2580
|
"applicationSoftwareVersion",
|
|
2578
2581
|
"startTime"
|
|
@@ -2581,15 +2584,15 @@
|
|
|
2581
2584
|
"mediaEngineSoftwareType": {
|
|
2582
2585
|
"type": "string"
|
|
2583
2586
|
},
|
|
2584
|
-
"mediaEngineSoftwareVersion": {
|
|
2585
|
-
"type": "string"
|
|
2586
|
-
},
|
|
2587
2587
|
"applicationSoftwareType": {
|
|
2588
2588
|
"type": "string"
|
|
2589
2589
|
},
|
|
2590
2590
|
"applicationSoftwareVersion": {
|
|
2591
2591
|
"type": "string"
|
|
2592
2592
|
},
|
|
2593
|
+
"mediaEngineSoftwareVersion": {
|
|
2594
|
+
"type": "string"
|
|
2595
|
+
},
|
|
2593
2596
|
"hardwareType": {
|
|
2594
2597
|
"type": "string"
|
|
2595
2598
|
},
|
|
@@ -2945,8 +2948,7 @@
|
|
|
2945
2948
|
"description": "information object for the peripheral",
|
|
2946
2949
|
"additionalProperties": true,
|
|
2947
2950
|
"required": [
|
|
2948
|
-
"name"
|
|
2949
|
-
"information"
|
|
2951
|
+
"name"
|
|
2950
2952
|
],
|
|
2951
2953
|
"properties": {
|
|
2952
2954
|
"name": {
|
|
@@ -2999,8 +3001,7 @@
|
|
|
2999
3001
|
"description": "information object for the peripheral",
|
|
3000
3002
|
"additionalProperties": true,
|
|
3001
3003
|
"required": [
|
|
3002
|
-
"name"
|
|
3003
|
-
"information"
|
|
3004
|
+
"name"
|
|
3004
3005
|
],
|
|
3005
3006
|
"properties": {
|
|
3006
3007
|
"name": {
|
|
@@ -3052,8 +3053,7 @@
|
|
|
3052
3053
|
"description": "information object for the peripheral",
|
|
3053
3054
|
"additionalProperties": true,
|
|
3054
3055
|
"required": [
|
|
3055
|
-
"name"
|
|
3056
|
-
"information"
|
|
3056
|
+
"name"
|
|
3057
3057
|
],
|
|
3058
3058
|
"properties": {
|
|
3059
3059
|
"name": {
|
|
@@ -3105,8 +3105,7 @@
|
|
|
3105
3105
|
"description": "information object for the peripheral",
|
|
3106
3106
|
"additionalProperties": true,
|
|
3107
3107
|
"required": [
|
|
3108
|
-
"name"
|
|
3109
|
-
"information"
|
|
3108
|
+
"name"
|
|
3110
3109
|
],
|
|
3111
3110
|
"properties": {
|
|
3112
3111
|
"name": {
|
|
@@ -1188,6 +1188,7 @@ export interface Event {
|
|
|
1188
1188
|
*/
|
|
1189
1189
|
identifiers: {
|
|
1190
1190
|
attendeeId?: string;
|
|
1191
|
+
participantId?: string;
|
|
1191
1192
|
breakoutGroupId?: string;
|
|
1192
1193
|
breakoutMoveId?: string;
|
|
1193
1194
|
breakoutSessionId?: string;
|
|
@@ -1894,9 +1895,9 @@ export interface Event {
|
|
|
1894
1895
|
*/
|
|
1895
1896
|
mediaMetadata?: {
|
|
1896
1897
|
mediaEngineSoftwareType: string;
|
|
1897
|
-
mediaEngineSoftwareVersion: string;
|
|
1898
1898
|
applicationSoftwareType: string;
|
|
1899
1899
|
applicationSoftwareVersion: string;
|
|
1900
|
+
mediaEngineSoftwareVersion?: string;
|
|
1900
1901
|
hardwareType?: string;
|
|
1901
1902
|
clientRegion?: string;
|
|
1902
1903
|
serverRegion?: string;
|
|
@@ -1947,7 +1948,7 @@ export interface Event {
|
|
|
1947
1948
|
* Details of server environment
|
|
1948
1949
|
*/
|
|
1949
1950
|
serverInfo?: {
|
|
1950
|
-
serverType
|
|
1951
|
+
serverType?:
|
|
1951
1952
|
| "CB"
|
|
1952
1953
|
| "CMS"
|
|
1953
1954
|
| "HESIOD"
|
|
@@ -2974,7 +2975,7 @@ export interface Event {
|
|
|
2974
2975
|
androidThermalStatus?: number;
|
|
2975
2976
|
peripherals?: {
|
|
2976
2977
|
name: "camera" | "microphone" | "speaker";
|
|
2977
|
-
information
|
|
2978
|
+
information?: string;
|
|
2978
2979
|
driver?: string;
|
|
2979
2980
|
errorCode?: string;
|
|
2980
2981
|
connectionType?: {};
|
|
@@ -2999,7 +3000,7 @@ export interface Event {
|
|
|
2999
3000
|
*/
|
|
3000
3001
|
cameraInfo?: {
|
|
3001
3002
|
name: "camera" | "microphone" | "speaker";
|
|
3002
|
-
information
|
|
3003
|
+
information?: string;
|
|
3003
3004
|
driver?: string;
|
|
3004
3005
|
errorCode?: string;
|
|
3005
3006
|
connectionType?: {};
|
|
@@ -3024,7 +3025,7 @@ export interface Event {
|
|
|
3024
3025
|
*/
|
|
3025
3026
|
microphoneInfo?: {
|
|
3026
3027
|
name: "camera" | "microphone" | "speaker";
|
|
3027
|
-
information
|
|
3028
|
+
information?: string;
|
|
3028
3029
|
driver?: string;
|
|
3029
3030
|
errorCode?: string;
|
|
3030
3031
|
connectionType?: {};
|
|
@@ -3049,7 +3050,7 @@ export interface Event {
|
|
|
3049
3050
|
*/
|
|
3050
3051
|
speakerInfo?: {
|
|
3051
3052
|
name: "camera" | "microphone" | "speaker";
|
|
3052
|
-
information
|
|
3053
|
+
information?: string;
|
|
3053
3054
|
driver?: string;
|
|
3054
3055
|
errorCode?: string;
|
|
3055
3056
|
connectionType?: {};
|
|
@@ -3569,6 +3570,7 @@ export interface Event {
|
|
|
3569
3570
|
*/
|
|
3570
3571
|
identifiers: {
|
|
3571
3572
|
attendeeId?: string;
|
|
3573
|
+
participantId?: string;
|
|
3572
3574
|
breakoutGroupId?: string;
|
|
3573
3575
|
breakoutMoveId?: string;
|
|
3574
3576
|
breakoutSessionId?: string;
|
|
@@ -4650,6 +4652,7 @@ export interface Event {
|
|
|
4650
4652
|
*/
|
|
4651
4653
|
newIdentifiers?: {
|
|
4652
4654
|
attendeeId?: string;
|
|
4655
|
+
participantId?: string;
|
|
4653
4656
|
breakoutGroupId?: string;
|
|
4654
4657
|
breakoutMoveId?: string;
|
|
4655
4658
|
breakoutSessionId?: string;
|
|
@@ -6099,6 +6102,7 @@ export interface Event {
|
|
|
6099
6102
|
*/
|
|
6100
6103
|
identifiers: {
|
|
6101
6104
|
attendeeId?: string;
|
|
6105
|
+
participantId?: string;
|
|
6102
6106
|
breakoutGroupId?: string;
|
|
6103
6107
|
breakoutMoveId?: string;
|
|
6104
6108
|
breakoutSessionId?: string;
|
|
@@ -6187,9 +6191,9 @@ export interface Event {
|
|
|
6187
6191
|
*/
|
|
6188
6192
|
sourceMetadata?: {
|
|
6189
6193
|
mediaEngineSoftwareType: string;
|
|
6190
|
-
mediaEngineSoftwareVersion: string;
|
|
6191
6194
|
applicationSoftwareType: string;
|
|
6192
6195
|
applicationSoftwareVersion: string;
|
|
6196
|
+
mediaEngineSoftwareVersion?: string;
|
|
6193
6197
|
hardwareType?: string;
|
|
6194
6198
|
clientRegion?: string;
|
|
6195
6199
|
serverRegion?: string;
|
|
@@ -6313,7 +6317,7 @@ export interface Event {
|
|
|
6313
6317
|
androidThermalStatus?: number;
|
|
6314
6318
|
peripherals?: {
|
|
6315
6319
|
name: "camera" | "microphone" | "speaker";
|
|
6316
|
-
information
|
|
6320
|
+
information?: string;
|
|
6317
6321
|
driver?: string;
|
|
6318
6322
|
errorCode?: string;
|
|
6319
6323
|
connectionType?: {};
|
|
@@ -6338,7 +6342,7 @@ export interface Event {
|
|
|
6338
6342
|
*/
|
|
6339
6343
|
cameraInfo?: {
|
|
6340
6344
|
name: "camera" | "microphone" | "speaker";
|
|
6341
|
-
information
|
|
6345
|
+
information?: string;
|
|
6342
6346
|
driver?: string;
|
|
6343
6347
|
errorCode?: string;
|
|
6344
6348
|
connectionType?: {};
|
|
@@ -6363,7 +6367,7 @@ export interface Event {
|
|
|
6363
6367
|
*/
|
|
6364
6368
|
microphoneInfo?: {
|
|
6365
6369
|
name: "camera" | "microphone" | "speaker";
|
|
6366
|
-
information
|
|
6370
|
+
information?: string;
|
|
6367
6371
|
driver?: string;
|
|
6368
6372
|
errorCode?: string;
|
|
6369
6373
|
connectionType?: {};
|
|
@@ -6388,7 +6392,7 @@ export interface Event {
|
|
|
6388
6392
|
*/
|
|
6389
6393
|
speakerInfo?: {
|
|
6390
6394
|
name: "camera" | "microphone" | "speaker";
|
|
6391
|
-
information
|
|
6395
|
+
information?: string;
|
|
6392
6396
|
driver?: string;
|
|
6393
6397
|
errorCode?: string;
|
|
6394
6398
|
connectionType?: {};
|
|
@@ -9411,6 +9415,7 @@ export interface Event {
|
|
|
9411
9415
|
*/
|
|
9412
9416
|
identifiers: {
|
|
9413
9417
|
attendeeId?: string;
|
|
9418
|
+
participantId?: string;
|
|
9414
9419
|
breakoutGroupId?: string;
|
|
9415
9420
|
breakoutMoveId?: string;
|
|
9416
9421
|
breakoutSessionId?: string;
|
|
@@ -9529,7 +9534,7 @@ export interface Event {
|
|
|
9529
9534
|
* Details of server environment
|
|
9530
9535
|
*/
|
|
9531
9536
|
serverInfo?: {
|
|
9532
|
-
serverType
|
|
9537
|
+
serverType?:
|
|
9533
9538
|
| "CB"
|
|
9534
9539
|
| "CMS"
|
|
9535
9540
|
| "HESIOD"
|
|
@@ -11049,6 +11054,7 @@ export interface Event {
|
|
|
11049
11054
|
*/
|
|
11050
11055
|
identifiers: {
|
|
11051
11056
|
attendeeId?: string;
|
|
11057
|
+
participantId?: string;
|
|
11052
11058
|
breakoutGroupId?: string;
|
|
11053
11059
|
breakoutMoveId?: string;
|
|
11054
11060
|
breakoutSessionId?: string;
|
|
@@ -11137,9 +11143,9 @@ export interface Event {
|
|
|
11137
11143
|
*/
|
|
11138
11144
|
sourceMetadata?: {
|
|
11139
11145
|
mediaEngineSoftwareType: string;
|
|
11140
|
-
mediaEngineSoftwareVersion: string;
|
|
11141
11146
|
applicationSoftwareType: string;
|
|
11142
11147
|
applicationSoftwareVersion: string;
|
|
11148
|
+
mediaEngineSoftwareVersion?: string;
|
|
11143
11149
|
hardwareType?: string;
|
|
11144
11150
|
clientRegion?: string;
|
|
11145
11151
|
serverRegion?: string;
|
|
@@ -11252,7 +11258,7 @@ export interface Event {
|
|
|
11252
11258
|
androidThermalStatus?: number;
|
|
11253
11259
|
peripherals?: {
|
|
11254
11260
|
name: "camera" | "microphone" | "speaker";
|
|
11255
|
-
information
|
|
11261
|
+
information?: string;
|
|
11256
11262
|
driver?: string;
|
|
11257
11263
|
errorCode?: string;
|
|
11258
11264
|
connectionType?: {};
|
|
@@ -11277,7 +11283,7 @@ export interface Event {
|
|
|
11277
11283
|
*/
|
|
11278
11284
|
cameraInfo?: {
|
|
11279
11285
|
name: "camera" | "microphone" | "speaker";
|
|
11280
|
-
information
|
|
11286
|
+
information?: string;
|
|
11281
11287
|
driver?: string;
|
|
11282
11288
|
errorCode?: string;
|
|
11283
11289
|
connectionType?: {};
|
|
@@ -11302,7 +11308,7 @@ export interface Event {
|
|
|
11302
11308
|
*/
|
|
11303
11309
|
microphoneInfo?: {
|
|
11304
11310
|
name: "camera" | "microphone" | "speaker";
|
|
11305
|
-
information
|
|
11311
|
+
information?: string;
|
|
11306
11312
|
driver?: string;
|
|
11307
11313
|
errorCode?: string;
|
|
11308
11314
|
connectionType?: {};
|
|
@@ -11327,7 +11333,7 @@ export interface Event {
|
|
|
11327
11333
|
*/
|
|
11328
11334
|
speakerInfo?: {
|
|
11329
11335
|
name: "camera" | "microphone" | "speaker";
|
|
11330
|
-
information
|
|
11336
|
+
information?: string;
|
|
11331
11337
|
driver?: string;
|
|
11332
11338
|
errorCode?: string;
|
|
11333
11339
|
connectionType?: {};
|
|
@@ -12711,6 +12717,7 @@ export interface ClientEvent {
|
|
|
12711
12717
|
*/
|
|
12712
12718
|
identifiers: {
|
|
12713
12719
|
attendeeId?: string;
|
|
12720
|
+
participantId?: string;
|
|
12714
12721
|
breakoutGroupId?: string;
|
|
12715
12722
|
breakoutMoveId?: string;
|
|
12716
12723
|
breakoutSessionId?: string;
|
|
@@ -13417,9 +13424,9 @@ export interface ClientEvent {
|
|
|
13417
13424
|
*/
|
|
13418
13425
|
mediaMetadata?: {
|
|
13419
13426
|
mediaEngineSoftwareType: string;
|
|
13420
|
-
mediaEngineSoftwareVersion: string;
|
|
13421
13427
|
applicationSoftwareType: string;
|
|
13422
13428
|
applicationSoftwareVersion: string;
|
|
13429
|
+
mediaEngineSoftwareVersion?: string;
|
|
13423
13430
|
hardwareType?: string;
|
|
13424
13431
|
clientRegion?: string;
|
|
13425
13432
|
serverRegion?: string;
|
|
@@ -13470,7 +13477,7 @@ export interface ClientEvent {
|
|
|
13470
13477
|
* Details of server environment
|
|
13471
13478
|
*/
|
|
13472
13479
|
serverInfo?: {
|
|
13473
|
-
serverType
|
|
13480
|
+
serverType?:
|
|
13474
13481
|
| "CB"
|
|
13475
13482
|
| "CMS"
|
|
13476
13483
|
| "HESIOD"
|
|
@@ -14497,7 +14504,7 @@ export interface ClientEvent {
|
|
|
14497
14504
|
androidThermalStatus?: number;
|
|
14498
14505
|
peripherals?: {
|
|
14499
14506
|
name: "camera" | "microphone" | "speaker";
|
|
14500
|
-
information
|
|
14507
|
+
information?: string;
|
|
14501
14508
|
driver?: string;
|
|
14502
14509
|
errorCode?: string;
|
|
14503
14510
|
connectionType?: {};
|
|
@@ -14522,7 +14529,7 @@ export interface ClientEvent {
|
|
|
14522
14529
|
*/
|
|
14523
14530
|
cameraInfo?: {
|
|
14524
14531
|
name: "camera" | "microphone" | "speaker";
|
|
14525
|
-
information
|
|
14532
|
+
information?: string;
|
|
14526
14533
|
driver?: string;
|
|
14527
14534
|
errorCode?: string;
|
|
14528
14535
|
connectionType?: {};
|
|
@@ -14547,7 +14554,7 @@ export interface ClientEvent {
|
|
|
14547
14554
|
*/
|
|
14548
14555
|
microphoneInfo?: {
|
|
14549
14556
|
name: "camera" | "microphone" | "speaker";
|
|
14550
|
-
information
|
|
14557
|
+
information?: string;
|
|
14551
14558
|
driver?: string;
|
|
14552
14559
|
errorCode?: string;
|
|
14553
14560
|
connectionType?: {};
|
|
@@ -14572,7 +14579,7 @@ export interface ClientEvent {
|
|
|
14572
14579
|
*/
|
|
14573
14580
|
speakerInfo?: {
|
|
14574
14581
|
name: "camera" | "microphone" | "speaker";
|
|
14575
|
-
information
|
|
14582
|
+
information?: string;
|
|
14576
14583
|
driver?: string;
|
|
14577
14584
|
errorCode?: string;
|
|
14578
14585
|
connectionType?: {};
|
|
@@ -15760,6 +15767,7 @@ export interface FeatureEvent {
|
|
|
15760
15767
|
*/
|
|
15761
15768
|
identifiers: {
|
|
15762
15769
|
attendeeId?: string;
|
|
15770
|
+
participantId?: string;
|
|
15763
15771
|
breakoutGroupId?: string;
|
|
15764
15772
|
breakoutMoveId?: string;
|
|
15765
15773
|
breakoutSessionId?: string;
|
|
@@ -15878,7 +15886,7 @@ export interface FeatureEvent {
|
|
|
15878
15886
|
* Details of server environment
|
|
15879
15887
|
*/
|
|
15880
15888
|
serverInfo?: {
|
|
15881
|
-
serverType
|
|
15889
|
+
serverType?:
|
|
15882
15890
|
| "CB"
|
|
15883
15891
|
| "CMS"
|
|
15884
15892
|
| "HESIOD"
|
|
@@ -17423,6 +17431,7 @@ export interface MediaQualityEvent {
|
|
|
17423
17431
|
*/
|
|
17424
17432
|
identifiers: {
|
|
17425
17433
|
attendeeId?: string;
|
|
17434
|
+
participantId?: string;
|
|
17426
17435
|
breakoutGroupId?: string;
|
|
17427
17436
|
breakoutMoveId?: string;
|
|
17428
17437
|
breakoutSessionId?: string;
|
|
@@ -17511,9 +17520,9 @@ export interface MediaQualityEvent {
|
|
|
17511
17520
|
*/
|
|
17512
17521
|
sourceMetadata?: {
|
|
17513
17522
|
mediaEngineSoftwareType: string;
|
|
17514
|
-
mediaEngineSoftwareVersion: string;
|
|
17515
17523
|
applicationSoftwareType: string;
|
|
17516
17524
|
applicationSoftwareVersion: string;
|
|
17525
|
+
mediaEngineSoftwareVersion?: string;
|
|
17517
17526
|
hardwareType?: string;
|
|
17518
17527
|
clientRegion?: string;
|
|
17519
17528
|
serverRegion?: string;
|
|
@@ -17637,7 +17646,7 @@ export interface MediaQualityEvent {
|
|
|
17637
17646
|
androidThermalStatus?: number;
|
|
17638
17647
|
peripherals?: {
|
|
17639
17648
|
name: "camera" | "microphone" | "speaker";
|
|
17640
|
-
information
|
|
17649
|
+
information?: string;
|
|
17641
17650
|
driver?: string;
|
|
17642
17651
|
errorCode?: string;
|
|
17643
17652
|
connectionType?: {};
|
|
@@ -17662,7 +17671,7 @@ export interface MediaQualityEvent {
|
|
|
17662
17671
|
*/
|
|
17663
17672
|
cameraInfo?: {
|
|
17664
17673
|
name: "camera" | "microphone" | "speaker";
|
|
17665
|
-
information
|
|
17674
|
+
information?: string;
|
|
17666
17675
|
driver?: string;
|
|
17667
17676
|
errorCode?: string;
|
|
17668
17677
|
connectionType?: {};
|
|
@@ -17687,7 +17696,7 @@ export interface MediaQualityEvent {
|
|
|
17687
17696
|
*/
|
|
17688
17697
|
microphoneInfo?: {
|
|
17689
17698
|
name: "camera" | "microphone" | "speaker";
|
|
17690
|
-
information
|
|
17699
|
+
information?: string;
|
|
17691
17700
|
driver?: string;
|
|
17692
17701
|
errorCode?: string;
|
|
17693
17702
|
connectionType?: {};
|
|
@@ -17712,7 +17721,7 @@ export interface MediaQualityEvent {
|
|
|
17712
17721
|
*/
|
|
17713
17722
|
speakerInfo?: {
|
|
17714
17723
|
name: "camera" | "microphone" | "speaker";
|
|
17715
|
-
information
|
|
17724
|
+
information?: string;
|
|
17716
17725
|
driver?: string;
|
|
17717
17726
|
errorCode?: string;
|
|
17718
17727
|
connectionType?: {};
|
package/package.json
CHANGED