Programmable Voice | Nov. 05, 2020

Edge Location in Voice Insights API responses

Voice Insights API responses have been updated to include edge location naming for Twilio's media and signaling edge.

Responses from the /Summary endpoint will include edge_location as part of the properties object; e.g. {carrier|client|sip}_edge.properties.edge_location. For Voice SDK calls it has also been added to {to.callee|from.caller}.sdk.edge_location.

Responses from the /Events and /Metrics endpoints will include edge_location as part of the edge metadata; e.g. {carrier|client|sip}_edge.metadata.edge_location. For Voice SDK Events it has also been added to sdk_edge.metadata.sdk.edge_location.

This information augments the deprecated region naming convention. For more information, see our docs.

Programmable Voice GA