@webex/event-dictionary-ts 1.0.1597 → 1.0.1599
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.
|
@@ -6773,6 +6773,12 @@
|
|
|
6773
6773
|
"type": "number",
|
|
6774
6774
|
"minimum": 0.0,
|
|
6775
6775
|
"maximum": 9223372036854776000.0
|
|
6776
|
+
},
|
|
6777
|
+
"audioCaptureRestartTime": {
|
|
6778
|
+
"description": "Timestamp in milliseconds when audio capture restart algorithm is performed. The restart is triggered by client App if certain conditions are met",
|
|
6779
|
+
"type": "number",
|
|
6780
|
+
"minimum": 0.0,
|
|
6781
|
+
"maximum": 9223372036854776000.0
|
|
6776
6782
|
}
|
|
6777
6783
|
}
|
|
6778
6784
|
},
|
|
@@ -6826,6 +6832,10 @@
|
|
|
6826
6832
|
"mediaStartOnCallCreate": {
|
|
6827
6833
|
"type": "boolean"
|
|
6828
6834
|
},
|
|
6835
|
+
"sipServiceIndex": {
|
|
6836
|
+
"type": "integer",
|
|
6837
|
+
"minimum": 0
|
|
6838
|
+
},
|
|
6829
6839
|
"wxcCallId": {
|
|
6830
6840
|
"type": "string"
|
|
6831
6841
|
}
|
|
@@ -7277,6 +7277,12 @@
|
|
|
7277
7277
|
"type": "number",
|
|
7278
7278
|
"minimum": 0.0,
|
|
7279
7279
|
"maximum": 9223372036854776000.0
|
|
7280
|
+
},
|
|
7281
|
+
"audioCaptureRestartTime": {
|
|
7282
|
+
"description": "Timestamp in milliseconds when audio capture restart algorithm is performed. The restart is triggered by client App if certain conditions are met",
|
|
7283
|
+
"type": "number",
|
|
7284
|
+
"minimum": 0.0,
|
|
7285
|
+
"maximum": 9223372036854776000.0
|
|
7280
7286
|
}
|
|
7281
7287
|
}
|
|
7282
7288
|
},
|
|
@@ -7330,6 +7336,10 @@
|
|
|
7330
7336
|
"mediaStartOnCallCreate": {
|
|
7331
7337
|
"type": "boolean"
|
|
7332
7338
|
},
|
|
7339
|
+
"sipServiceIndex": {
|
|
7340
|
+
"type": "integer",
|
|
7341
|
+
"minimum": 0
|
|
7342
|
+
},
|
|
7333
7343
|
"wxcCallId": {
|
|
7334
7344
|
"type": "string"
|
|
7335
7345
|
}
|
|
@@ -18375,12 +18385,6 @@
|
|
|
18375
18385
|
"description": "one unsigned short every 1 minute",
|
|
18376
18386
|
"minimum": -32768,
|
|
18377
18387
|
"maximum": 32767
|
|
18378
|
-
},
|
|
18379
|
-
"silenceFromGatewayNum": {
|
|
18380
|
-
"type": "integer",
|
|
18381
|
-
"description": "one unsigned int every 1 minute",
|
|
18382
|
-
"minimum": -2147483648,
|
|
18383
|
-
"maximum": 2147483647
|
|
18384
18388
|
}
|
|
18385
18389
|
}
|
|
18386
18390
|
},
|
|
@@ -6301,12 +6301,6 @@
|
|
|
6301
6301
|
"description": "one unsigned short every 1 minute",
|
|
6302
6302
|
"minimum": -32768,
|
|
6303
6303
|
"maximum": 32767
|
|
6304
|
-
},
|
|
6305
|
-
"silenceFromGatewayNum": {
|
|
6306
|
-
"type": "integer",
|
|
6307
|
-
"description": "one unsigned int every 1 minute",
|
|
6308
|
-
"minimum": -2147483648,
|
|
6309
|
-
"maximum": 2147483647
|
|
6310
6304
|
}
|
|
6311
6305
|
}
|
|
6312
6306
|
},
|
|
@@ -3450,6 +3450,10 @@ export interface Event {
|
|
|
3450
3450
|
* Timestamp in milliseconds of first WmeMediaEngineEventType_Audio_Processing_NotifyFirstSpeech. First time when VAD (voice activity detection) event is sent from WME for playback
|
|
3451
3451
|
*/
|
|
3452
3452
|
audioPlaybackFirstSpeechTime?: number;
|
|
3453
|
+
/**
|
|
3454
|
+
* Timestamp in milliseconds when audio capture restart algorithm is performed. The restart is triggered by client App if certain conditions are met
|
|
3455
|
+
*/
|
|
3456
|
+
audioCaptureRestartTime?: number;
|
|
3453
3457
|
additionalProperties?: false;
|
|
3454
3458
|
};
|
|
3455
3459
|
/**
|
|
@@ -3469,6 +3473,7 @@ export interface Event {
|
|
|
3469
3473
|
isSipProxyIpv6?: boolean;
|
|
3470
3474
|
mediaCreateOnCallCreate?: boolean;
|
|
3471
3475
|
mediaStartOnCallCreate?: boolean;
|
|
3476
|
+
sipServiceIndex?: number;
|
|
3472
3477
|
wxcCallId?: string;
|
|
3473
3478
|
additionalProperties?: false;
|
|
3474
3479
|
};
|
|
@@ -7923,10 +7928,6 @@ export interface Event {
|
|
|
7923
7928
|
* one unsigned short every 1 minute
|
|
7924
7929
|
*/
|
|
7925
7930
|
averageRxModuleCostTime?: number;
|
|
7926
|
-
/**
|
|
7927
|
-
* one unsigned int every 1 minute
|
|
7928
|
-
*/
|
|
7929
|
-
silenceFromGatewayNum?: number;
|
|
7930
7931
|
additionalProperties?: false;
|
|
7931
7932
|
};
|
|
7932
7933
|
/**
|
|
@@ -15582,6 +15583,10 @@ export interface ClientEvent {
|
|
|
15582
15583
|
* Timestamp in milliseconds of first WmeMediaEngineEventType_Audio_Processing_NotifyFirstSpeech. First time when VAD (voice activity detection) event is sent from WME for playback
|
|
15583
15584
|
*/
|
|
15584
15585
|
audioPlaybackFirstSpeechTime?: number;
|
|
15586
|
+
/**
|
|
15587
|
+
* Timestamp in milliseconds when audio capture restart algorithm is performed. The restart is triggered by client App if certain conditions are met
|
|
15588
|
+
*/
|
|
15589
|
+
audioCaptureRestartTime?: number;
|
|
15585
15590
|
additionalProperties?: false;
|
|
15586
15591
|
};
|
|
15587
15592
|
/**
|
|
@@ -15601,6 +15606,7 @@ export interface ClientEvent {
|
|
|
15601
15606
|
isSipProxyIpv6?: boolean;
|
|
15602
15607
|
mediaCreateOnCallCreate?: boolean;
|
|
15603
15608
|
mediaStartOnCallCreate?: boolean;
|
|
15609
|
+
sipServiceIndex?: number;
|
|
15604
15610
|
wxcCallId?: string;
|
|
15605
15611
|
additionalProperties?: false;
|
|
15606
15612
|
};
|
|
@@ -19828,10 +19834,6 @@ export interface MediaQualityEvent {
|
|
|
19828
19834
|
* one unsigned short every 1 minute
|
|
19829
19835
|
*/
|
|
19830
19836
|
averageRxModuleCostTime?: number;
|
|
19831
|
-
/**
|
|
19832
|
-
* one unsigned int every 1 minute
|
|
19833
|
-
*/
|
|
19834
|
-
silenceFromGatewayNum?: number;
|
|
19835
19837
|
additionalProperties?: false;
|
|
19836
19838
|
};
|
|
19837
19839
|
/**
|
package/package.json
CHANGED