@webex/event-dictionary-ts 1.0.1350 → 1.0.1351
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.
|
@@ -1659,6 +1659,7 @@ export interface Event {
|
|
|
1659
1659
|
pstnIvrSvcSipInviteToRinging?: number;
|
|
1660
1660
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
1661
1661
|
pstnIvrSvcEarlyOfferDelay?: number;
|
|
1662
|
+
pstnIvrSvcMrsMeetingInfo?: number;
|
|
1662
1663
|
videoMCCJMT?: number;
|
|
1663
1664
|
videoMCSJMT?: number;
|
|
1664
1665
|
videoCBJMT?: number;
|
|
@@ -10926,6 +10927,7 @@ export interface ClientEvent {
|
|
|
10926
10927
|
pstnIvrSvcSipInviteToRinging?: number;
|
|
10927
10928
|
pstnIvrSvcDialOutAudioLatency?: number;
|
|
10928
10929
|
pstnIvrSvcEarlyOfferDelay?: number;
|
|
10930
|
+
pstnIvrSvcMrsMeetingInfo?: number;
|
|
10929
10931
|
videoMCCJMT?: number;
|
|
10930
10932
|
videoMCSJMT?: number;
|
|
10931
10933
|
videoCBJMT?: number;
|
package/package.json
CHANGED