我在尝试创建要从flex实例调用的函数时遇到问题。问题是我遇到了运行时应用程序超时错误。我知道该twilio将如何终止持续时间超过5秒的任何功能。我想做这个https://www.twilio.com/docs/runtime/functions/faq?code-sample=code-return-a-simple-successful-response&code-language=Node.js&code-sdk-version=default,但是仍然是一个问题。
...
client.recordings.each({ callSid: callSid }, recordings => {
/* code to do with recordings (this includes another function with the client) */
}, function(err, result) {
callback(err, Response);
});
答案 0 :(得分:0)
我发送了错误的Call Sid,但没有录音。这导致它挂起,而不仅仅是进入回调。