@webex/event-dictionary-ts 1.0.1418 → 1.0.1419
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.
|
@@ -1691,6 +1691,7 @@ export interface Event {
|
|
|
1691
1691
|
pstnIvrSvcCallSetup?: number;
|
|
1692
1692
|
pstnIvrSvcOfferToSipInvite?: number;
|
|
1693
1693
|
pstnIvrSvcSipInviteToRinging?: number;
|
|
1694
|
+
pstnIvrSvcSipInviteToCancel?: number;
|
|
1694
1695
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
1695
1696
|
pstnIvrSvcEarlyOfferDelay?: number;
|
|
1696
1697
|
pstnIvrSvcMrsMeetingInfo?: number;
|
|
@@ -10999,6 +11000,7 @@ export interface ClientEvent {
|
|
|
10999
11000
|
pstnIvrSvcCallSetup?: number;
|
|
11000
11001
|
pstnIvrSvcOfferToSipInvite?: number;
|
|
11001
11002
|
pstnIvrSvcSipInviteToRinging?: number;
|
|
11003
|
+
pstnIvrSvcSipInviteToCancel?: number;
|
|
11002
11004
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
11003
11005
|
pstnIvrSvcEarlyOfferDelay?: number;
|
|
11004
11006
|
pstnIvrSvcMrsMeetingInfo?: number;
|
package/package.json
CHANGED