@webex/event-dictionary-ts 1.0.1277 → 1.0.1279
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.
|
@@ -1587,6 +1587,7 @@ export interface Event {
|
|
|
1587
1587
|
clientPstnDialOutJMT?: number;
|
|
1588
1588
|
pstnDialInReferL2SIPJoinReq?: number;
|
|
1589
1589
|
pstnDialInReferL2SIPRoapOk?: number;
|
|
1590
|
+
pstnIvrSvcJMT?: number;
|
|
1590
1591
|
videoMCCJMT?: number;
|
|
1591
1592
|
videoMCSJMT?: number;
|
|
1592
1593
|
videoCBJMT?: number;
|
|
@@ -10426,6 +10427,7 @@ export interface ClientEvent {
|
|
|
10426
10427
|
clientPstnDialOutJMT?: number;
|
|
10427
10428
|
pstnDialInReferL2SIPJoinReq?: number;
|
|
10428
10429
|
pstnDialInReferL2SIPRoapOk?: number;
|
|
10430
|
+
pstnIvrSvcJMT?: number;
|
|
10429
10431
|
videoMCCJMT?: number;
|
|
10430
10432
|
videoMCSJMT?: number;
|
|
10431
10433
|
videoCBJMT?: number;
|
package/package.json
CHANGED