@webex/event-dictionary-ts 1.0.1263 → 1.0.1264
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.
|
@@ -3787,6 +3787,10 @@ export interface Event {
|
|
|
3787
3787
|
| "ivr.notify.request"
|
|
3788
3788
|
| "ivr.notify.response"
|
|
3789
3789
|
| "ivr.pstn.carrier.info"
|
|
3790
|
+
| "l2sip.ivr.call.request"
|
|
3791
|
+
| "l2sip.ivr.call.response"
|
|
3792
|
+
| "l2sip.ivr.createmedia.request"
|
|
3793
|
+
| "l2sip.ivr.createmedia.response"
|
|
3790
3794
|
| "locus.breakout-session.move.request"
|
|
3791
3795
|
| "locus.breakout-session.move.response"
|
|
3792
3796
|
| "locus.call.summary"
|
|
@@ -3881,6 +3885,8 @@ export interface Event {
|
|
|
3881
3885
|
| "server.share.stopped"
|
|
3882
3886
|
| "server.u2c.response"
|
|
3883
3887
|
| "server.wca.response"
|
|
3888
|
+
| "sip.cancel.response.rx"
|
|
3889
|
+
| "sip.cancel.tx"
|
|
3884
3890
|
| "sip.invite.response.rx"
|
|
3885
3891
|
| "sip.invite.response.tx"
|
|
3886
3892
|
| "sip.invite.rx"
|
package/package.json
CHANGED