I have been facing this problem for 1 week now which stands as when the call is generated it automatically cuts after 2 minutes of recording of the call . Here is the TwiML
<Response>
<Say voice="woman" language="en">Hii Welcome to our App</Say>
<Record timeout="10" />
</Response>
And this is the code :
client.calls.create(
{
url: "http://19f68022.ngrok.io/bot.xml",
to: '+*******',
from: '+*******',
},
function (err, call) {
if (err) {
console.log(err);
} else {
console.log(call);
}
}
);
Please Help Guys this is really a severe issue with twilio Note : Using a twilio Trail account