@webex/event-dictionary-ts 1.0.1306 → 1.0.1307
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.
|
@@ -1606,6 +1606,7 @@ export interface Event {
|
|
|
1606
1606
|
pstnDialInReferL2SIPRoapOk?: number;
|
|
1607
1607
|
pstnIvrSvcJMT?: number;
|
|
1608
1608
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
1609
|
+
pstnIvrSvcEarlyOfferDelay?: number;
|
|
1609
1610
|
videoMCCJMT?: number;
|
|
1610
1611
|
videoMCSJMT?: number;
|
|
1611
1612
|
videoCBJMT?: number;
|
|
@@ -10655,6 +10656,7 @@ export interface ClientEvent {
|
|
|
10655
10656
|
pstnDialInReferL2SIPRoapOk?: number;
|
|
10656
10657
|
pstnIvrSvcJMT?: number;
|
|
10657
10658
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
10659
|
+
pstnIvrSvcEarlyOfferDelay?: number;
|
|
10658
10660
|
videoMCCJMT?: number;
|
|
10659
10661
|
videoMCSJMT?: number;
|
|
10660
10662
|
videoCBJMT?: number;
|
package/package.json
CHANGED