简体   繁体   中英

Nexmo API: Is there any method or API to cancel ongoing outbound or inbound call in Nexmo?

I want to disconnect an ongoing call from my server based on some circumstances. Is there any Nexmo API through which I can do the same?

Got answer to my query. Bit of more searching and study found my answer.

I can modify in-progress call by making a PUT call to below URL.

https://api.nexmo.com/v1/calls/:uuid

where UUID is uuid of call. have to give action = 'hangup'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM