@webex/event-dictionary-ts 1.0.1864 → 1.0.1866
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.
|
@@ -2142,6 +2142,29 @@
|
|
|
2142
2142
|
}
|
|
2143
2143
|
}
|
|
2144
2144
|
},
|
|
2145
|
+
"settingInfo": {
|
|
2146
|
+
"type": "object",
|
|
2147
|
+
"description": "details of setting information",
|
|
2148
|
+
"additionalProperties": true,
|
|
2149
|
+
"required": [
|
|
2150
|
+
"settingType"
|
|
2151
|
+
],
|
|
2152
|
+
"properties": {
|
|
2153
|
+
"settingType": {
|
|
2154
|
+
"type": "string",
|
|
2155
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2156
|
+
"enum": [
|
|
2157
|
+
"AUDIO_VIDEO",
|
|
2158
|
+
"EMAIL_TEMPLATE",
|
|
2159
|
+
"GENERAL",
|
|
2160
|
+
"PMR",
|
|
2161
|
+
"RECORDING",
|
|
2162
|
+
"SCHEDULING",
|
|
2163
|
+
"WEBEX_SITE"
|
|
2164
|
+
]
|
|
2165
|
+
}
|
|
2166
|
+
}
|
|
2167
|
+
},
|
|
2145
2168
|
"sessionJoinCount": {
|
|
2146
2169
|
"type": "integer"
|
|
2147
2170
|
},
|
|
@@ -2666,6 +2666,29 @@
|
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
2668
2668
|
},
|
|
2669
|
+
"settingInfo": {
|
|
2670
|
+
"type": "object",
|
|
2671
|
+
"description": "details of setting information",
|
|
2672
|
+
"additionalProperties": true,
|
|
2673
|
+
"required": [
|
|
2674
|
+
"settingType"
|
|
2675
|
+
],
|
|
2676
|
+
"properties": {
|
|
2677
|
+
"settingType": {
|
|
2678
|
+
"type": "string",
|
|
2679
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2680
|
+
"enum": [
|
|
2681
|
+
"AUDIO_VIDEO",
|
|
2682
|
+
"EMAIL_TEMPLATE",
|
|
2683
|
+
"GENERAL",
|
|
2684
|
+
"PMR",
|
|
2685
|
+
"RECORDING",
|
|
2686
|
+
"SCHEDULING",
|
|
2687
|
+
"WEBEX_SITE"
|
|
2688
|
+
]
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2669
2692
|
"sessionJoinCount": {
|
|
2670
2693
|
"type": "integer"
|
|
2671
2694
|
},
|
|
@@ -10601,6 +10624,29 @@
|
|
|
10601
10624
|
}
|
|
10602
10625
|
}
|
|
10603
10626
|
},
|
|
10627
|
+
"settingInfo": {
|
|
10628
|
+
"type": "object",
|
|
10629
|
+
"description": "details of setting information",
|
|
10630
|
+
"additionalProperties": true,
|
|
10631
|
+
"required": [
|
|
10632
|
+
"settingType"
|
|
10633
|
+
],
|
|
10634
|
+
"properties": {
|
|
10635
|
+
"settingType": {
|
|
10636
|
+
"type": "string",
|
|
10637
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
10638
|
+
"enum": [
|
|
10639
|
+
"AUDIO_VIDEO",
|
|
10640
|
+
"EMAIL_TEMPLATE",
|
|
10641
|
+
"GENERAL",
|
|
10642
|
+
"PMR",
|
|
10643
|
+
"RECORDING",
|
|
10644
|
+
"SCHEDULING",
|
|
10645
|
+
"WEBEX_SITE"
|
|
10646
|
+
]
|
|
10647
|
+
}
|
|
10648
|
+
}
|
|
10649
|
+
},
|
|
10604
10650
|
"sessionJoinCount": {
|
|
10605
10651
|
"type": "integer"
|
|
10606
10652
|
},
|
|
@@ -10813,6 +10859,8 @@
|
|
|
10813
10859
|
"mbs.scheduling.response",
|
|
10814
10860
|
"mbs.emailtemplate-setting.request\t#mbs gets request to update email templates settings",
|
|
10815
10861
|
"mbs.emailtemplate-setting.response\t#mbs completes updating email templates settings",
|
|
10862
|
+
"mbs.setting.request",
|
|
10863
|
+
"mbs.setting.response",
|
|
10816
10864
|
"mcs.cascade.join",
|
|
10817
10865
|
"mcs.cascade.leave",
|
|
10818
10866
|
"mcs.media.session.started",
|
|
@@ -10841,6 +10889,8 @@
|
|
|
10841
10889
|
"ngpage.scheduling-setting.end",
|
|
10842
10890
|
"ngpage.webexsite-setting.start\t\t#ng page sends request to ngservice to update default site",
|
|
10843
10891
|
"ngpage.webexsite-setting.end",
|
|
10892
|
+
"ngpage.setting.start",
|
|
10893
|
+
"ngpage.setting.end",
|
|
10844
10894
|
"ngservice.mrs.get-site-url.request",
|
|
10845
10895
|
"ngservice.mrs.get-site-url.response",
|
|
10846
10896
|
"ngservice.idbroker.authorize.request",
|
|
@@ -10863,6 +10913,8 @@
|
|
|
10863
10913
|
"ngservice.scheduling-setting.response\t#ngservice completes updating scheduling settings",
|
|
10864
10914
|
"ngservice.webexsite-setting.request\t\t#ngservice gets request to update default site",
|
|
10865
10915
|
"ngservice.webexsite-setting.response\t\t#ngservice completes updating default site",
|
|
10916
|
+
"ngservice.setting.request",
|
|
10917
|
+
"ngservice.setting.response\t#ngservice completes updating a setting",
|
|
10866
10918
|
"oauth.get-ci-login-url.request",
|
|
10867
10919
|
"oauth.get-ci-login-url.response",
|
|
10868
10920
|
"oauth.get-session-ticket.request",
|
|
@@ -10893,6 +10945,8 @@
|
|
|
10893
10945
|
"sbs.recording-setting.response\t#sbs completes updating recording settings",
|
|
10894
10946
|
"sbs.scheduling-setting.request\t#sbs gets request to update scheduling settings",
|
|
10895
10947
|
"sbs.scheduling-setting.response\t#sbs completes updating scheduling settings",
|
|
10948
|
+
"sbs.setting.request\t#sbs gets request to update a setting",
|
|
10949
|
+
"sbs.setting.response\t#sbs completes updating a setting",
|
|
10896
10950
|
"server.breakout-session.join.response",
|
|
10897
10951
|
"server.breakout-session.move.request",
|
|
10898
10952
|
"server.breakout-session.move.response",
|
|
@@ -15201,6 +15255,29 @@
|
|
|
15201
15255
|
}
|
|
15202
15256
|
}
|
|
15203
15257
|
},
|
|
15258
|
+
"settingInfo": {
|
|
15259
|
+
"type": "object",
|
|
15260
|
+
"description": "details of setting information",
|
|
15261
|
+
"additionalProperties": true,
|
|
15262
|
+
"required": [
|
|
15263
|
+
"settingType"
|
|
15264
|
+
],
|
|
15265
|
+
"properties": {
|
|
15266
|
+
"settingType": {
|
|
15267
|
+
"type": "string",
|
|
15268
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
15269
|
+
"enum": [
|
|
15270
|
+
"AUDIO_VIDEO",
|
|
15271
|
+
"EMAIL_TEMPLATE",
|
|
15272
|
+
"GENERAL",
|
|
15273
|
+
"PMR",
|
|
15274
|
+
"RECORDING",
|
|
15275
|
+
"SCHEDULING",
|
|
15276
|
+
"WEBEX_SITE"
|
|
15277
|
+
]
|
|
15278
|
+
}
|
|
15279
|
+
}
|
|
15280
|
+
},
|
|
15204
15281
|
"sessionJoinCount": {
|
|
15205
15282
|
"type": "integer"
|
|
15206
15283
|
},
|
|
@@ -19334,11 +19411,6 @@
|
|
|
19334
19411
|
"minimum": -9223372036854776000.0,
|
|
19335
19412
|
"maximum": 9223372036854776000.0
|
|
19336
19413
|
},
|
|
19337
|
-
"superResFps": {
|
|
19338
|
-
"type": "number",
|
|
19339
|
-
"minimum": -9223372036854776000.0,
|
|
19340
|
-
"maximum": 9223372036854776000.0
|
|
19341
|
-
},
|
|
19342
19414
|
"renderedFrameRate": {
|
|
19343
19415
|
"type": "number",
|
|
19344
19416
|
"minimum": -9223372036854776000.0,
|
|
@@ -20612,11 +20684,6 @@
|
|
|
20612
20684
|
"minimum": -9223372036854776000.0,
|
|
20613
20685
|
"maximum": 9223372036854776000.0
|
|
20614
20686
|
},
|
|
20615
|
-
"superResFps": {
|
|
20616
|
-
"type": "number",
|
|
20617
|
-
"minimum": -9223372036854776000.0,
|
|
20618
|
-
"maximum": 9223372036854776000.0
|
|
20619
|
-
},
|
|
20620
20687
|
"renderedFrameRate": {
|
|
20621
20688
|
"type": "number",
|
|
20622
20689
|
"minimum": -9223372036854776000.0,
|
|
@@ -21226,6 +21293,11 @@
|
|
|
21226
21293
|
"minimum": 0.0,
|
|
21227
21294
|
"maximum": 9223372036854776000.0
|
|
21228
21295
|
},
|
|
21296
|
+
"superResFps": {
|
|
21297
|
+
"type": "number",
|
|
21298
|
+
"minimum": -9223372036854776000.0,
|
|
21299
|
+
"maximum": 9223372036854776000.0
|
|
21300
|
+
},
|
|
21229
21301
|
"remoteClientType": {
|
|
21230
21302
|
"type": "string",
|
|
21231
21303
|
"description": "this defines the major client types",
|
|
@@ -22418,11 +22490,6 @@
|
|
|
22418
22490
|
"minimum": -9223372036854776000.0,
|
|
22419
22491
|
"maximum": 9223372036854776000.0
|
|
22420
22492
|
},
|
|
22421
|
-
"superResFps": {
|
|
22422
|
-
"type": "number",
|
|
22423
|
-
"minimum": -9223372036854776000.0,
|
|
22424
|
-
"maximum": 9223372036854776000.0
|
|
22425
|
-
},
|
|
22426
22493
|
"renderedFrameRate": {
|
|
22427
22494
|
"type": "number",
|
|
22428
22495
|
"minimum": -9223372036854776000.0,
|
|
@@ -25255,6 +25322,29 @@
|
|
|
25255
25322
|
}
|
|
25256
25323
|
}
|
|
25257
25324
|
},
|
|
25325
|
+
"settingInfo": {
|
|
25326
|
+
"type": "object",
|
|
25327
|
+
"description": "details of setting information",
|
|
25328
|
+
"additionalProperties": true,
|
|
25329
|
+
"required": [
|
|
25330
|
+
"settingType"
|
|
25331
|
+
],
|
|
25332
|
+
"properties": {
|
|
25333
|
+
"settingType": {
|
|
25334
|
+
"type": "string",
|
|
25335
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
25336
|
+
"enum": [
|
|
25337
|
+
"AUDIO_VIDEO",
|
|
25338
|
+
"EMAIL_TEMPLATE",
|
|
25339
|
+
"GENERAL",
|
|
25340
|
+
"PMR",
|
|
25341
|
+
"RECORDING",
|
|
25342
|
+
"SCHEDULING",
|
|
25343
|
+
"WEBEX_SITE"
|
|
25344
|
+
]
|
|
25345
|
+
}
|
|
25346
|
+
}
|
|
25347
|
+
},
|
|
25258
25348
|
"sessionJoinCount": {
|
|
25259
25349
|
"type": "integer"
|
|
25260
25350
|
},
|
|
@@ -29282,6 +29372,29 @@
|
|
|
29282
29372
|
}
|
|
29283
29373
|
}
|
|
29284
29374
|
},
|
|
29375
|
+
"settingInfo": {
|
|
29376
|
+
"type": "object",
|
|
29377
|
+
"description": "details of setting information",
|
|
29378
|
+
"additionalProperties": true,
|
|
29379
|
+
"required": [
|
|
29380
|
+
"settingType"
|
|
29381
|
+
],
|
|
29382
|
+
"properties": {
|
|
29383
|
+
"settingType": {
|
|
29384
|
+
"type": "string",
|
|
29385
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
29386
|
+
"enum": [
|
|
29387
|
+
"AUDIO_VIDEO",
|
|
29388
|
+
"EMAIL_TEMPLATE",
|
|
29389
|
+
"GENERAL",
|
|
29390
|
+
"PMR",
|
|
29391
|
+
"RECORDING",
|
|
29392
|
+
"SCHEDULING",
|
|
29393
|
+
"WEBEX_SITE"
|
|
29394
|
+
]
|
|
29395
|
+
}
|
|
29396
|
+
}
|
|
29397
|
+
},
|
|
29285
29398
|
"sessionJoinCount": {
|
|
29286
29399
|
"type": "integer"
|
|
29287
29400
|
},
|
|
@@ -34637,6 +34750,29 @@
|
|
|
34637
34750
|
}
|
|
34638
34751
|
}
|
|
34639
34752
|
},
|
|
34753
|
+
"settingInfo": {
|
|
34754
|
+
"type": "object",
|
|
34755
|
+
"description": "details of setting information",
|
|
34756
|
+
"additionalProperties": true,
|
|
34757
|
+
"required": [
|
|
34758
|
+
"settingType"
|
|
34759
|
+
],
|
|
34760
|
+
"properties": {
|
|
34761
|
+
"settingType": {
|
|
34762
|
+
"type": "string",
|
|
34763
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
34764
|
+
"enum": [
|
|
34765
|
+
"AUDIO_VIDEO",
|
|
34766
|
+
"EMAIL_TEMPLATE",
|
|
34767
|
+
"GENERAL",
|
|
34768
|
+
"PMR",
|
|
34769
|
+
"RECORDING",
|
|
34770
|
+
"SCHEDULING",
|
|
34771
|
+
"WEBEX_SITE"
|
|
34772
|
+
]
|
|
34773
|
+
}
|
|
34774
|
+
}
|
|
34775
|
+
},
|
|
34640
34776
|
"sessionJoinCount": {
|
|
34641
34777
|
"type": "integer"
|
|
34642
34778
|
},
|
|
@@ -2188,6 +2188,29 @@
|
|
|
2188
2188
|
}
|
|
2189
2189
|
}
|
|
2190
2190
|
},
|
|
2191
|
+
"settingInfo": {
|
|
2192
|
+
"type": "object",
|
|
2193
|
+
"description": "details of setting information",
|
|
2194
|
+
"additionalProperties": true,
|
|
2195
|
+
"required": [
|
|
2196
|
+
"settingType"
|
|
2197
|
+
],
|
|
2198
|
+
"properties": {
|
|
2199
|
+
"settingType": {
|
|
2200
|
+
"type": "string",
|
|
2201
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2202
|
+
"enum": [
|
|
2203
|
+
"AUDIO_VIDEO",
|
|
2204
|
+
"EMAIL_TEMPLATE",
|
|
2205
|
+
"GENERAL",
|
|
2206
|
+
"PMR",
|
|
2207
|
+
"RECORDING",
|
|
2208
|
+
"SCHEDULING",
|
|
2209
|
+
"WEBEX_SITE"
|
|
2210
|
+
]
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
},
|
|
2191
2214
|
"sessionJoinCount": {
|
|
2192
2215
|
"type": "integer"
|
|
2193
2216
|
},
|
|
@@ -2189,6 +2189,29 @@
|
|
|
2189
2189
|
}
|
|
2190
2190
|
}
|
|
2191
2191
|
},
|
|
2192
|
+
"settingInfo": {
|
|
2193
|
+
"type": "object",
|
|
2194
|
+
"description": "details of setting information",
|
|
2195
|
+
"additionalProperties": true,
|
|
2196
|
+
"required": [
|
|
2197
|
+
"settingType"
|
|
2198
|
+
],
|
|
2199
|
+
"properties": {
|
|
2200
|
+
"settingType": {
|
|
2201
|
+
"type": "string",
|
|
2202
|
+
"description": "this defines where the type of Setting being modified/updated",
|
|
2203
|
+
"enum": [
|
|
2204
|
+
"AUDIO_VIDEO",
|
|
2205
|
+
"EMAIL_TEMPLATE",
|
|
2206
|
+
"GENERAL",
|
|
2207
|
+
"PMR",
|
|
2208
|
+
"RECORDING",
|
|
2209
|
+
"SCHEDULING",
|
|
2210
|
+
"WEBEX_SITE"
|
|
2211
|
+
]
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2192
2215
|
"sessionJoinCount": {
|
|
2193
2216
|
"type": "integer"
|
|
2194
2217
|
},
|
|
@@ -6322,11 +6345,6 @@
|
|
|
6322
6345
|
"minimum": -9223372036854776000.0,
|
|
6323
6346
|
"maximum": 9223372036854776000.0
|
|
6324
6347
|
},
|
|
6325
|
-
"superResFps": {
|
|
6326
|
-
"type": "number",
|
|
6327
|
-
"minimum": -9223372036854776000.0,
|
|
6328
|
-
"maximum": 9223372036854776000.0
|
|
6329
|
-
},
|
|
6330
6348
|
"renderedFrameRate": {
|
|
6331
6349
|
"type": "number",
|
|
6332
6350
|
"minimum": -9223372036854776000.0,
|
|
@@ -7600,11 +7618,6 @@
|
|
|
7600
7618
|
"minimum": -9223372036854776000.0,
|
|
7601
7619
|
"maximum": 9223372036854776000.0
|
|
7602
7620
|
},
|
|
7603
|
-
"superResFps": {
|
|
7604
|
-
"type": "number",
|
|
7605
|
-
"minimum": -9223372036854776000.0,
|
|
7606
|
-
"maximum": 9223372036854776000.0
|
|
7607
|
-
},
|
|
7608
7621
|
"renderedFrameRate": {
|
|
7609
7622
|
"type": "number",
|
|
7610
7623
|
"minimum": -9223372036854776000.0,
|
|
@@ -8214,6 +8227,11 @@
|
|
|
8214
8227
|
"minimum": 0.0,
|
|
8215
8228
|
"maximum": 9223372036854776000.0
|
|
8216
8229
|
},
|
|
8230
|
+
"superResFps": {
|
|
8231
|
+
"type": "number",
|
|
8232
|
+
"minimum": -9223372036854776000.0,
|
|
8233
|
+
"maximum": 9223372036854776000.0
|
|
8234
|
+
},
|
|
8217
8235
|
"remoteClientType": {
|
|
8218
8236
|
"type": "string",
|
|
8219
8237
|
"description": "this defines the major client types",
|
|
@@ -9406,11 +9424,6 @@
|
|
|
9406
9424
|
"minimum": -9223372036854776000.0,
|
|
9407
9425
|
"maximum": 9223372036854776000.0
|
|
9408
9426
|
},
|
|
9409
|
-
"superResFps": {
|
|
9410
|
-
"type": "number",
|
|
9411
|
-
"minimum": -9223372036854776000.0,
|
|
9412
|
-
"maximum": 9223372036854776000.0
|
|
9413
|
-
},
|
|
9414
9427
|
"renderedFrameRate": {
|
|
9415
9428
|
"type": "number",
|
|
9416
9429
|
"minimum": -9223372036854776000.0,
|
|
@@ -1045,6 +1045,16 @@ export interface Event {
|
|
|
1045
1045
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
1046
1046
|
additionalProperties?: false;
|
|
1047
1047
|
};
|
|
1048
|
+
/**
|
|
1049
|
+
* details of setting information
|
|
1050
|
+
*/
|
|
1051
|
+
settingInfo?: {
|
|
1052
|
+
/**
|
|
1053
|
+
* this defines where the type of Setting being modified/updated
|
|
1054
|
+
*/
|
|
1055
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
1056
|
+
additionalProperties?: false;
|
|
1057
|
+
};
|
|
1048
1058
|
sessionJoinCount?: number;
|
|
1049
1059
|
/**
|
|
1050
1060
|
* indicates transport type used
|
|
@@ -4785,6 +4795,16 @@ export interface Event {
|
|
|
4785
4795
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
4786
4796
|
additionalProperties?: false;
|
|
4787
4797
|
};
|
|
4798
|
+
/**
|
|
4799
|
+
* details of setting information
|
|
4800
|
+
*/
|
|
4801
|
+
settingInfo?: {
|
|
4802
|
+
/**
|
|
4803
|
+
* this defines where the type of Setting being modified/updated
|
|
4804
|
+
*/
|
|
4805
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
4806
|
+
additionalProperties?: false;
|
|
4807
|
+
};
|
|
4788
4808
|
sessionJoinCount?: number;
|
|
4789
4809
|
/**
|
|
4790
4810
|
* indicates transport type used
|
|
@@ -4949,6 +4969,8 @@ export interface Event {
|
|
|
4949
4969
|
| "mbs.scheduling.response"
|
|
4950
4970
|
| "mbs.emailtemplate-setting.request\t#mbs gets request to update email templates settings"
|
|
4951
4971
|
| "mbs.emailtemplate-setting.response\t#mbs completes updating email templates settings"
|
|
4972
|
+
| "mbs.setting.request"
|
|
4973
|
+
| "mbs.setting.response"
|
|
4952
4974
|
| "mcs.cascade.join"
|
|
4953
4975
|
| "mcs.cascade.leave"
|
|
4954
4976
|
| "mcs.media.session.started"
|
|
@@ -4977,6 +4999,8 @@ export interface Event {
|
|
|
4977
4999
|
| "ngpage.scheduling-setting.end"
|
|
4978
5000
|
| "ngpage.webexsite-setting.start\t\t#ng page sends request to ngservice to update default site"
|
|
4979
5001
|
| "ngpage.webexsite-setting.end"
|
|
5002
|
+
| "ngpage.setting.start"
|
|
5003
|
+
| "ngpage.setting.end"
|
|
4980
5004
|
| "ngservice.mrs.get-site-url.request"
|
|
4981
5005
|
| "ngservice.mrs.get-site-url.response"
|
|
4982
5006
|
| "ngservice.idbroker.authorize.request"
|
|
@@ -4999,6 +5023,8 @@ export interface Event {
|
|
|
4999
5023
|
| "ngservice.scheduling-setting.response\t#ngservice completes updating scheduling settings"
|
|
5000
5024
|
| "ngservice.webexsite-setting.request\t\t#ngservice gets request to update default site"
|
|
5001
5025
|
| "ngservice.webexsite-setting.response\t\t#ngservice completes updating default site"
|
|
5026
|
+
| "ngservice.setting.request"
|
|
5027
|
+
| "ngservice.setting.response\t#ngservice completes updating a setting"
|
|
5002
5028
|
| "oauth.get-ci-login-url.request"
|
|
5003
5029
|
| "oauth.get-ci-login-url.response"
|
|
5004
5030
|
| "oauth.get-session-ticket.request"
|
|
@@ -5029,6 +5055,8 @@ export interface Event {
|
|
|
5029
5055
|
| "sbs.recording-setting.response\t#sbs completes updating recording settings"
|
|
5030
5056
|
| "sbs.scheduling-setting.request\t#sbs gets request to update scheduling settings"
|
|
5031
5057
|
| "sbs.scheduling-setting.response\t#sbs completes updating scheduling settings"
|
|
5058
|
+
| "sbs.setting.request\t#sbs gets request to update a setting"
|
|
5059
|
+
| "sbs.setting.response\t#sbs completes updating a setting"
|
|
5032
5060
|
| "server.breakout-session.join.response"
|
|
5033
5061
|
| "server.breakout-session.move.request"
|
|
5034
5062
|
| "server.breakout-session.move.response"
|
|
@@ -6797,6 +6825,16 @@ export interface Event {
|
|
|
6797
6825
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
6798
6826
|
additionalProperties?: false;
|
|
6799
6827
|
};
|
|
6828
|
+
/**
|
|
6829
|
+
* details of setting information
|
|
6830
|
+
*/
|
|
6831
|
+
settingInfo?: {
|
|
6832
|
+
/**
|
|
6833
|
+
* this defines where the type of Setting being modified/updated
|
|
6834
|
+
*/
|
|
6835
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
6836
|
+
additionalProperties?: false;
|
|
6837
|
+
};
|
|
6800
6838
|
sessionJoinCount?: number;
|
|
6801
6839
|
/**
|
|
6802
6840
|
* indicates transport type used
|
|
@@ -8311,7 +8349,6 @@ export interface Event {
|
|
|
8311
8349
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
8312
8350
|
silenceFromGatewayNum?: number;
|
|
8313
8351
|
receivedFrameRate?: number;
|
|
8314
|
-
superResFps?: number;
|
|
8315
8352
|
renderedFrameRate?: number;
|
|
8316
8353
|
requestedFrameRate?: number;
|
|
8317
8354
|
optimalFrameRate?: number;
|
|
@@ -8917,7 +8954,6 @@ export interface Event {
|
|
|
8917
8954
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
8918
8955
|
silenceFromGatewayNum?: number;
|
|
8919
8956
|
receivedFrameRate?: number;
|
|
8920
|
-
superResFps?: number;
|
|
8921
8957
|
renderedFrameRate?: number;
|
|
8922
8958
|
requestedFrameRate?: number;
|
|
8923
8959
|
optimalFrameRate?: number;
|
|
@@ -9228,6 +9264,7 @@ export interface Event {
|
|
|
9228
9264
|
| "UpSample_DNN_4"
|
|
9229
9265
|
| "UpSample_VP_1pt5";
|
|
9230
9266
|
processSRMillis?: number;
|
|
9267
|
+
superResFps?: number;
|
|
9231
9268
|
/**
|
|
9232
9269
|
* this defines the major client types
|
|
9233
9270
|
*/
|
|
@@ -9615,7 +9652,6 @@ export interface Event {
|
|
|
9615
9652
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
9616
9653
|
silenceFromGatewayNum?: number;
|
|
9617
9654
|
receivedFrameRate?: number;
|
|
9618
|
-
superResFps?: number;
|
|
9619
9655
|
renderedFrameRate?: number;
|
|
9620
9656
|
requestedFrameRate?: number;
|
|
9621
9657
|
optimalFrameRate?: number;
|
|
@@ -10728,6 +10764,16 @@ export interface Event {
|
|
|
10728
10764
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
10729
10765
|
additionalProperties?: false;
|
|
10730
10766
|
};
|
|
10767
|
+
/**
|
|
10768
|
+
* details of setting information
|
|
10769
|
+
*/
|
|
10770
|
+
settingInfo?: {
|
|
10771
|
+
/**
|
|
10772
|
+
* this defines where the type of Setting being modified/updated
|
|
10773
|
+
*/
|
|
10774
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
10775
|
+
additionalProperties?: false;
|
|
10776
|
+
};
|
|
10731
10777
|
sessionJoinCount?: number;
|
|
10732
10778
|
/**
|
|
10733
10779
|
* indicates transport type used
|
|
@@ -12482,6 +12528,16 @@ export interface Event {
|
|
|
12482
12528
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
12483
12529
|
additionalProperties?: false;
|
|
12484
12530
|
};
|
|
12531
|
+
/**
|
|
12532
|
+
* details of setting information
|
|
12533
|
+
*/
|
|
12534
|
+
settingInfo?: {
|
|
12535
|
+
/**
|
|
12536
|
+
* this defines where the type of Setting being modified/updated
|
|
12537
|
+
*/
|
|
12538
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
12539
|
+
additionalProperties?: false;
|
|
12540
|
+
};
|
|
12485
12541
|
sessionJoinCount?: number;
|
|
12486
12542
|
/**
|
|
12487
12543
|
* indicates transport type used
|
|
@@ -14313,6 +14369,16 @@ export interface Event {
|
|
|
14313
14369
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
14314
14370
|
additionalProperties?: false;
|
|
14315
14371
|
};
|
|
14372
|
+
/**
|
|
14373
|
+
* details of setting information
|
|
14374
|
+
*/
|
|
14375
|
+
settingInfo?: {
|
|
14376
|
+
/**
|
|
14377
|
+
* this defines where the type of Setting being modified/updated
|
|
14378
|
+
*/
|
|
14379
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
14380
|
+
additionalProperties?: false;
|
|
14381
|
+
};
|
|
14316
14382
|
sessionJoinCount?: number;
|
|
14317
14383
|
/**
|
|
14318
14384
|
* indicates transport type used
|
|
@@ -15327,6 +15393,16 @@ export interface ClientEvent {
|
|
|
15327
15393
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
15328
15394
|
additionalProperties?: false;
|
|
15329
15395
|
};
|
|
15396
|
+
/**
|
|
15397
|
+
* details of setting information
|
|
15398
|
+
*/
|
|
15399
|
+
settingInfo?: {
|
|
15400
|
+
/**
|
|
15401
|
+
* this defines where the type of Setting being modified/updated
|
|
15402
|
+
*/
|
|
15403
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
15404
|
+
additionalProperties?: false;
|
|
15405
|
+
};
|
|
15330
15406
|
sessionJoinCount?: number;
|
|
15331
15407
|
/**
|
|
15332
15408
|
* indicates transport type used
|
|
@@ -18974,6 +19050,16 @@ export interface FeatureEvent {
|
|
|
18974
19050
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
18975
19051
|
additionalProperties?: false;
|
|
18976
19052
|
};
|
|
19053
|
+
/**
|
|
19054
|
+
* details of setting information
|
|
19055
|
+
*/
|
|
19056
|
+
settingInfo?: {
|
|
19057
|
+
/**
|
|
19058
|
+
* this defines where the type of Setting being modified/updated
|
|
19059
|
+
*/
|
|
19060
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
19061
|
+
additionalProperties?: false;
|
|
19062
|
+
};
|
|
18977
19063
|
sessionJoinCount?: number;
|
|
18978
19064
|
/**
|
|
18979
19065
|
* indicates transport type used
|
|
@@ -20733,6 +20819,16 @@ export interface MediaQualityEvent {
|
|
|
20733
20819
|
schedulingOperationType?: "prepare" | "create" | "update" | "delete";
|
|
20734
20820
|
additionalProperties?: false;
|
|
20735
20821
|
};
|
|
20822
|
+
/**
|
|
20823
|
+
* details of setting information
|
|
20824
|
+
*/
|
|
20825
|
+
settingInfo?: {
|
|
20826
|
+
/**
|
|
20827
|
+
* this defines where the type of Setting being modified/updated
|
|
20828
|
+
*/
|
|
20829
|
+
settingType: "AUDIO_VIDEO" | "EMAIL_TEMPLATE" | "GENERAL" | "PMR" | "RECORDING" | "SCHEDULING" | "WEBEX_SITE";
|
|
20830
|
+
additionalProperties?: false;
|
|
20831
|
+
};
|
|
20736
20832
|
sessionJoinCount?: number;
|
|
20737
20833
|
/**
|
|
20738
20834
|
* indicates transport type used
|
|
@@ -22238,7 +22334,6 @@ export interface MediaQualityEvent {
|
|
|
22238
22334
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
22239
22335
|
silenceFromGatewayNum?: number;
|
|
22240
22336
|
receivedFrameRate?: number;
|
|
22241
|
-
superResFps?: number;
|
|
22242
22337
|
renderedFrameRate?: number;
|
|
22243
22338
|
requestedFrameRate?: number;
|
|
22244
22339
|
optimalFrameRate?: number;
|
|
@@ -22844,7 +22939,6 @@ export interface MediaQualityEvent {
|
|
|
22844
22939
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
22845
22940
|
silenceFromGatewayNum?: number;
|
|
22846
22941
|
receivedFrameRate?: number;
|
|
22847
|
-
superResFps?: number;
|
|
22848
22942
|
renderedFrameRate?: number;
|
|
22849
22943
|
requestedFrameRate?: number;
|
|
22850
22944
|
optimalFrameRate?: number;
|
|
@@ -23155,6 +23249,7 @@ export interface MediaQualityEvent {
|
|
|
23155
23249
|
| "UpSample_DNN_4"
|
|
23156
23250
|
| "UpSample_VP_1pt5";
|
|
23157
23251
|
processSRMillis?: number;
|
|
23252
|
+
superResFps?: number;
|
|
23158
23253
|
/**
|
|
23159
23254
|
* this defines the major client types
|
|
23160
23255
|
*/
|
|
@@ -23542,7 +23637,6 @@ export interface MediaQualityEvent {
|
|
|
23542
23637
|
maxConsecutiveActiveSpeechConcealment?: number;
|
|
23543
23638
|
silenceFromGatewayNum?: number;
|
|
23544
23639
|
receivedFrameRate?: number;
|
|
23545
|
-
superResFps?: number;
|
|
23546
23640
|
renderedFrameRate?: number;
|
|
23547
23641
|
requestedFrameRate?: number;
|
|
23548
23642
|
optimalFrameRate?: number;
|
package/package.json
CHANGED