在 twilio REST api 中记录配额 api
recording quota api in twilio REST api
twilio 中是否有一个 api 可以告诉免费提供的 10000 分钟录音的剩余配额。我们已经在 twilio 上保存了录音,想删除旧的,这样我们就不会用完免费配额。
您可以将用法 API 用于相应的类别。
REST API:使用记录
https://www.twilio.com/docs/usage/api/usage-record#usage-categories
recordings Recordings of voice calls. Count is the number of
recordings and Usage is the number of recorded minutes.
twilio 中是否有一个 api 可以告诉免费提供的 10000 分钟录音的剩余配额。我们已经在 twilio 上保存了录音,想删除旧的,这样我们就不会用完免费配额。
您可以将用法 API 用于相应的类别。
REST API:使用记录 https://www.twilio.com/docs/usage/api/usage-record#usage-categories
recordings Recordings of voice calls. Count is the number of recordings and Usage is the number of recorded minutes.