@webex/event-dictionary-ts 1.0.1344 → 1.0.1346
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.
|
@@ -3681,6 +3681,18 @@
|
|
|
3681
3681
|
"type": "integer",
|
|
3682
3682
|
"minimum": 0
|
|
3683
3683
|
},
|
|
3684
|
+
"pstnIvrSvcCallSetup": {
|
|
3685
|
+
"type": "integer",
|
|
3686
|
+
"minimum": 0
|
|
3687
|
+
},
|
|
3688
|
+
"pstnIvrSvcOfferToSipInvite": {
|
|
3689
|
+
"type": "integer",
|
|
3690
|
+
"minimum": 0
|
|
3691
|
+
},
|
|
3692
|
+
"pstnIvrSvcSipInviteToRinging": {
|
|
3693
|
+
"type": "integer",
|
|
3694
|
+
"minimum": 0
|
|
3695
|
+
},
|
|
3684
3696
|
"pstnIvrSvcDialOutAudioLatency": {
|
|
3685
3697
|
"type": "integer",
|
|
3686
3698
|
"minimum": 0
|
|
@@ -4154,6 +4154,18 @@
|
|
|
4154
4154
|
"type": "integer",
|
|
4155
4155
|
"minimum": 0
|
|
4156
4156
|
},
|
|
4157
|
+
"pstnIvrSvcCallSetup": {
|
|
4158
|
+
"type": "integer",
|
|
4159
|
+
"minimum": 0
|
|
4160
|
+
},
|
|
4161
|
+
"pstnIvrSvcOfferToSipInvite": {
|
|
4162
|
+
"type": "integer",
|
|
4163
|
+
"minimum": 0
|
|
4164
|
+
},
|
|
4165
|
+
"pstnIvrSvcSipInviteToRinging": {
|
|
4166
|
+
"type": "integer",
|
|
4167
|
+
"minimum": 0
|
|
4168
|
+
},
|
|
4157
4169
|
"pstnIvrSvcDialOutAudioLatency": {
|
|
4158
4170
|
"type": "integer",
|
|
4159
4171
|
"minimum": 0
|
|
@@ -1642,6 +1642,9 @@ export interface Event {
|
|
|
1642
1642
|
pstnDialInReferL2SIPJoinReq?: number;
|
|
1643
1643
|
pstnDialInReferL2SIPRoapOk?: number;
|
|
1644
1644
|
pstnIvrSvcJMT?: number;
|
|
1645
|
+
pstnIvrSvcCallSetup?: number;
|
|
1646
|
+
pstnIvrSvcOfferToSipInvite?: number;
|
|
1647
|
+
pstnIvrSvcSipInviteToRinging?: number;
|
|
1645
1648
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
1646
1649
|
pstnIvrSvcEarlyOfferDelay?: number;
|
|
1647
1650
|
videoMCCJMT?: number;
|
|
@@ -10862,6 +10865,9 @@ export interface ClientEvent {
|
|
|
10862
10865
|
pstnDialInReferL2SIPJoinReq?: number;
|
|
10863
10866
|
pstnDialInReferL2SIPRoapOk?: number;
|
|
10864
10867
|
pstnIvrSvcJMT?: number;
|
|
10868
|
+
pstnIvrSvcCallSetup?: number;
|
|
10869
|
+
pstnIvrSvcOfferToSipInvite?: number;
|
|
10870
|
+
pstnIvrSvcSipInviteToRinging?: number;
|
|
10865
10871
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
10866
10872
|
pstnIvrSvcEarlyOfferDelay?: number;
|
|
10867
10873
|
videoMCCJMT?: number;
|
package/package.json
CHANGED