i'm so confused what caused of this problem? i try to make browser call with twilio-client and twilio/sdk on laravel,
Error - 31009
Transport error
No transport available to send or receive messages.
the sample here working fine but when i tried to implement on my current laravel app the error occured.
the documentation here https://www.twilio.com/docs/api/errors/31009?display=embedded not give me detail information about the error.
what i tried is:
composer require twilio/sdk
npm install twilio-client
npm run dev