@webex/event-dictionary-ts 1.0.2112 → 1.0.2114
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.
|
@@ -3832,7 +3832,9 @@
|
|
|
3832
3832
|
"prominentWithShare",
|
|
3833
3833
|
"equal",
|
|
3834
3834
|
"equalWithShare",
|
|
3835
|
-
"largeGallery"
|
|
3835
|
+
"largeGallery",
|
|
3836
|
+
"auto",
|
|
3837
|
+
"autoWithShare"
|
|
3836
3838
|
]
|
|
3837
3839
|
},
|
|
3838
3840
|
"videoRenderType": {
|
|
@@ -7904,6 +7906,40 @@
|
|
|
7904
7906
|
}
|
|
7905
7907
|
}
|
|
7906
7908
|
},
|
|
7909
|
+
"pushNotificationProcessing": {
|
|
7910
|
+
"type": "object",
|
|
7911
|
+
"description": "Push notification processing metrics for incoming calls",
|
|
7912
|
+
"additionalProperties": true,
|
|
7913
|
+
"properties": {
|
|
7914
|
+
"bwcApproveSipConnectionTime": {
|
|
7915
|
+
"type": "integer"
|
|
7916
|
+
},
|
|
7917
|
+
"bwcInitializationTime": {
|
|
7918
|
+
"type": "integer"
|
|
7919
|
+
},
|
|
7920
|
+
"bwcPushNotificationReceivedTime": {
|
|
7921
|
+
"type": "integer"
|
|
7922
|
+
},
|
|
7923
|
+
"canAnswerCallTime": {
|
|
7924
|
+
"type": "integer"
|
|
7925
|
+
},
|
|
7926
|
+
"callPresentedToUserTime": {
|
|
7927
|
+
"type": "integer"
|
|
7928
|
+
},
|
|
7929
|
+
"fcmArrivalProcessingDuration": {
|
|
7930
|
+
"type": "integer"
|
|
7931
|
+
},
|
|
7932
|
+
"processPushNotificationTime": {
|
|
7933
|
+
"type": "integer"
|
|
7934
|
+
},
|
|
7935
|
+
"servicesReadyTime": {
|
|
7936
|
+
"type": "integer"
|
|
7937
|
+
},
|
|
7938
|
+
"startCoreFrameworkTime": {
|
|
7939
|
+
"type": "integer"
|
|
7940
|
+
}
|
|
7941
|
+
}
|
|
7942
|
+
},
|
|
7907
7943
|
"oauthProvider": {
|
|
7908
7944
|
"type": "string"
|
|
7909
7945
|
},
|
|
@@ -463,7 +463,9 @@
|
|
|
463
463
|
"prominentWithShare",
|
|
464
464
|
"equal",
|
|
465
465
|
"equalWithShare",
|
|
466
|
-
"largeGallery"
|
|
466
|
+
"largeGallery",
|
|
467
|
+
"auto",
|
|
468
|
+
"autoWithShare"
|
|
467
469
|
]
|
|
468
470
|
},
|
|
469
471
|
"videoRenderType": {
|
|
@@ -4392,7 +4394,9 @@
|
|
|
4392
4394
|
"prominentWithShare",
|
|
4393
4395
|
"equal",
|
|
4394
4396
|
"equalWithShare",
|
|
4395
|
-
"largeGallery"
|
|
4397
|
+
"largeGallery",
|
|
4398
|
+
"auto",
|
|
4399
|
+
"autoWithShare"
|
|
4396
4400
|
]
|
|
4397
4401
|
},
|
|
4398
4402
|
"videoRenderType": {
|
|
@@ -8464,6 +8468,40 @@
|
|
|
8464
8468
|
}
|
|
8465
8469
|
}
|
|
8466
8470
|
},
|
|
8471
|
+
"pushNotificationProcessing": {
|
|
8472
|
+
"type": "object",
|
|
8473
|
+
"description": "Push notification processing metrics for incoming calls",
|
|
8474
|
+
"additionalProperties": true,
|
|
8475
|
+
"properties": {
|
|
8476
|
+
"bwcApproveSipConnectionTime": {
|
|
8477
|
+
"type": "integer"
|
|
8478
|
+
},
|
|
8479
|
+
"bwcInitializationTime": {
|
|
8480
|
+
"type": "integer"
|
|
8481
|
+
},
|
|
8482
|
+
"bwcPushNotificationReceivedTime": {
|
|
8483
|
+
"type": "integer"
|
|
8484
|
+
},
|
|
8485
|
+
"canAnswerCallTime": {
|
|
8486
|
+
"type": "integer"
|
|
8487
|
+
},
|
|
8488
|
+
"callPresentedToUserTime": {
|
|
8489
|
+
"type": "integer"
|
|
8490
|
+
},
|
|
8491
|
+
"fcmArrivalProcessingDuration": {
|
|
8492
|
+
"type": "integer"
|
|
8493
|
+
},
|
|
8494
|
+
"processPushNotificationTime": {
|
|
8495
|
+
"type": "integer"
|
|
8496
|
+
},
|
|
8497
|
+
"servicesReadyTime": {
|
|
8498
|
+
"type": "integer"
|
|
8499
|
+
},
|
|
8500
|
+
"startCoreFrameworkTime": {
|
|
8501
|
+
"type": "integer"
|
|
8502
|
+
}
|
|
8503
|
+
}
|
|
8504
|
+
},
|
|
8467
8505
|
"oauthProvider": {
|
|
8468
8506
|
"type": "string"
|
|
8469
8507
|
},
|
|
@@ -29409,7 +29447,9 @@
|
|
|
29409
29447
|
"prominentWithShare",
|
|
29410
29448
|
"equal",
|
|
29411
29449
|
"equalWithShare",
|
|
29412
|
-
"largeGallery"
|
|
29450
|
+
"largeGallery",
|
|
29451
|
+
"auto",
|
|
29452
|
+
"autoWithShare"
|
|
29413
29453
|
]
|
|
29414
29454
|
},
|
|
29415
29455
|
"toLayoutType": {
|
|
@@ -29430,7 +29470,9 @@
|
|
|
29430
29470
|
"prominentWithShare",
|
|
29431
29471
|
"equal",
|
|
29432
29472
|
"equalWithShare",
|
|
29433
|
-
"largeGallery"
|
|
29473
|
+
"largeGallery",
|
|
29474
|
+
"auto",
|
|
29475
|
+
"autoWithShare"
|
|
29434
29476
|
]
|
|
29435
29477
|
},
|
|
29436
29478
|
"zoomLayoutType": {
|
|
@@ -29451,7 +29493,9 @@
|
|
|
29451
29493
|
"prominentWithShare",
|
|
29452
29494
|
"equal",
|
|
29453
29495
|
"equalWithShare",
|
|
29454
|
-
"largeGallery"
|
|
29496
|
+
"largeGallery",
|
|
29497
|
+
"auto",
|
|
29498
|
+
"autoWithShare"
|
|
29455
29499
|
]
|
|
29456
29500
|
},
|
|
29457
29501
|
"duration": {
|
|
@@ -3883,7 +3883,9 @@
|
|
|
3883
3883
|
"prominentWithShare",
|
|
3884
3884
|
"equal",
|
|
3885
3885
|
"equalWithShare",
|
|
3886
|
-
"largeGallery"
|
|
3886
|
+
"largeGallery",
|
|
3887
|
+
"auto",
|
|
3888
|
+
"autoWithShare"
|
|
3887
3889
|
]
|
|
3888
3890
|
},
|
|
3889
3891
|
"toLayoutType": {
|
|
@@ -3904,7 +3906,9 @@
|
|
|
3904
3906
|
"prominentWithShare",
|
|
3905
3907
|
"equal",
|
|
3906
3908
|
"equalWithShare",
|
|
3907
|
-
"largeGallery"
|
|
3909
|
+
"largeGallery",
|
|
3910
|
+
"auto",
|
|
3911
|
+
"autoWithShare"
|
|
3908
3912
|
]
|
|
3909
3913
|
},
|
|
3910
3914
|
"zoomLayoutType": {
|
|
@@ -3925,7 +3929,9 @@
|
|
|
3925
3929
|
"prominentWithShare",
|
|
3926
3930
|
"equal",
|
|
3927
3931
|
"equalWithShare",
|
|
3928
|
-
"largeGallery"
|
|
3932
|
+
"largeGallery",
|
|
3933
|
+
"auto",
|
|
3934
|
+
"autoWithShare"
|
|
3929
3935
|
]
|
|
3930
3936
|
},
|
|
3931
3937
|
"duration": {
|
|
@@ -278,7 +278,9 @@ export interface Event {
|
|
|
278
278
|
| "prominentWithShare"
|
|
279
279
|
| "equal"
|
|
280
280
|
| "equalWithShare"
|
|
281
|
-
| "largeGallery"
|
|
281
|
+
| "largeGallery"
|
|
282
|
+
| "auto"
|
|
283
|
+
| "autoWithShare";
|
|
282
284
|
/**
|
|
283
285
|
* this defines the video render type of meetings
|
|
284
286
|
*/
|
|
@@ -2010,7 +2012,9 @@ export interface Event {
|
|
|
2010
2012
|
| "prominentWithShare"
|
|
2011
2013
|
| "equal"
|
|
2012
2014
|
| "equalWithShare"
|
|
2013
|
-
| "largeGallery"
|
|
2015
|
+
| "largeGallery"
|
|
2016
|
+
| "auto"
|
|
2017
|
+
| "autoWithShare";
|
|
2014
2018
|
/**
|
|
2015
2019
|
* this defines the video render type of meetings
|
|
2016
2020
|
*/
|
|
@@ -4041,6 +4045,21 @@ export interface Event {
|
|
|
4041
4045
|
};
|
|
4042
4046
|
additionalProperties?: false;
|
|
4043
4047
|
};
|
|
4048
|
+
/**
|
|
4049
|
+
* Push notification processing metrics for incoming calls
|
|
4050
|
+
*/
|
|
4051
|
+
pushNotificationProcessing?: {
|
|
4052
|
+
bwcApproveSipConnectionTime?: number;
|
|
4053
|
+
bwcInitializationTime?: number;
|
|
4054
|
+
bwcPushNotificationReceivedTime?: number;
|
|
4055
|
+
canAnswerCallTime?: number;
|
|
4056
|
+
callPresentedToUserTime?: number;
|
|
4057
|
+
fcmArrivalProcessingDuration?: number;
|
|
4058
|
+
processPushNotificationTime?: number;
|
|
4059
|
+
servicesReadyTime?: number;
|
|
4060
|
+
startCoreFrameworkTime?: number;
|
|
4061
|
+
additionalProperties?: false;
|
|
4062
|
+
};
|
|
4044
4063
|
oauthProvider?: string;
|
|
4045
4064
|
/**
|
|
4046
4065
|
* monitor how much Client CPU and memory increase when an action started, such as start share, VBG
|
|
@@ -12889,7 +12908,9 @@ export interface Event {
|
|
|
12889
12908
|
| "prominentWithShare"
|
|
12890
12909
|
| "equal"
|
|
12891
12910
|
| "equalWithShare"
|
|
12892
|
-
| "largeGallery"
|
|
12911
|
+
| "largeGallery"
|
|
12912
|
+
| "auto"
|
|
12913
|
+
| "autoWithShare";
|
|
12893
12914
|
toLayoutType?:
|
|
12894
12915
|
| "stack"
|
|
12895
12916
|
| "stackWithShare"
|
|
@@ -12906,7 +12927,9 @@ export interface Event {
|
|
|
12906
12927
|
| "prominentWithShare"
|
|
12907
12928
|
| "equal"
|
|
12908
12929
|
| "equalWithShare"
|
|
12909
|
-
| "largeGallery"
|
|
12930
|
+
| "largeGallery"
|
|
12931
|
+
| "auto"
|
|
12932
|
+
| "autoWithShare";
|
|
12910
12933
|
zoomLayoutType?:
|
|
12911
12934
|
| "stack"
|
|
12912
12935
|
| "stackWithShare"
|
|
@@ -12923,7 +12946,9 @@ export interface Event {
|
|
|
12923
12946
|
| "prominentWithShare"
|
|
12924
12947
|
| "equal"
|
|
12925
12948
|
| "equalWithShare"
|
|
12926
|
-
| "largeGallery"
|
|
12949
|
+
| "largeGallery"
|
|
12950
|
+
| "auto"
|
|
12951
|
+
| "autoWithShare";
|
|
12927
12952
|
duration?: number;
|
|
12928
12953
|
myVideoCSI?: number;
|
|
12929
12954
|
myNodeID?: number;
|
|
@@ -17799,7 +17824,9 @@ export interface ClientEvent {
|
|
|
17799
17824
|
| "prominentWithShare"
|
|
17800
17825
|
| "equal"
|
|
17801
17826
|
| "equalWithShare"
|
|
17802
|
-
| "largeGallery"
|
|
17827
|
+
| "largeGallery"
|
|
17828
|
+
| "auto"
|
|
17829
|
+
| "autoWithShare";
|
|
17803
17830
|
/**
|
|
17804
17831
|
* this defines the video render type of meetings
|
|
17805
17832
|
*/
|
|
@@ -19830,6 +19857,21 @@ export interface ClientEvent {
|
|
|
19830
19857
|
};
|
|
19831
19858
|
additionalProperties?: false;
|
|
19832
19859
|
};
|
|
19860
|
+
/**
|
|
19861
|
+
* Push notification processing metrics for incoming calls
|
|
19862
|
+
*/
|
|
19863
|
+
pushNotificationProcessing?: {
|
|
19864
|
+
bwcApproveSipConnectionTime?: number;
|
|
19865
|
+
bwcInitializationTime?: number;
|
|
19866
|
+
bwcPushNotificationReceivedTime?: number;
|
|
19867
|
+
canAnswerCallTime?: number;
|
|
19868
|
+
callPresentedToUserTime?: number;
|
|
19869
|
+
fcmArrivalProcessingDuration?: number;
|
|
19870
|
+
processPushNotificationTime?: number;
|
|
19871
|
+
servicesReadyTime?: number;
|
|
19872
|
+
startCoreFrameworkTime?: number;
|
|
19873
|
+
additionalProperties?: false;
|
|
19874
|
+
};
|
|
19833
19875
|
oauthProvider?: string;
|
|
19834
19876
|
/**
|
|
19835
19877
|
* monitor how much Client CPU and memory increase when an action started, such as start share, VBG
|
|
@@ -21618,7 +21660,9 @@ export interface FeatureEvent {
|
|
|
21618
21660
|
| "prominentWithShare"
|
|
21619
21661
|
| "equal"
|
|
21620
21662
|
| "equalWithShare"
|
|
21621
|
-
| "largeGallery"
|
|
21663
|
+
| "largeGallery"
|
|
21664
|
+
| "auto"
|
|
21665
|
+
| "autoWithShare";
|
|
21622
21666
|
toLayoutType?:
|
|
21623
21667
|
| "stack"
|
|
21624
21668
|
| "stackWithShare"
|
|
@@ -21635,7 +21679,9 @@ export interface FeatureEvent {
|
|
|
21635
21679
|
| "prominentWithShare"
|
|
21636
21680
|
| "equal"
|
|
21637
21681
|
| "equalWithShare"
|
|
21638
|
-
| "largeGallery"
|
|
21682
|
+
| "largeGallery"
|
|
21683
|
+
| "auto"
|
|
21684
|
+
| "autoWithShare";
|
|
21639
21685
|
zoomLayoutType?:
|
|
21640
21686
|
| "stack"
|
|
21641
21687
|
| "stackWithShare"
|
|
@@ -21652,7 +21698,9 @@ export interface FeatureEvent {
|
|
|
21652
21698
|
| "prominentWithShare"
|
|
21653
21699
|
| "equal"
|
|
21654
21700
|
| "equalWithShare"
|
|
21655
|
-
| "largeGallery"
|
|
21701
|
+
| "largeGallery"
|
|
21702
|
+
| "auto"
|
|
21703
|
+
| "autoWithShare";
|
|
21656
21704
|
duration?: number;
|
|
21657
21705
|
myVideoCSI?: number;
|
|
21658
21706
|
myNodeID?: number;
|
package/package.json
CHANGED