Im encountering this error while trying to use the Twilio voice JS SDK on a trial account. My setup involves generating a JWT using python with the following verified (and quadrouple checked) environment variables:
TWILIO_ACCOUNT_SID, TWILIO_API_KEY, TWILIO_API_SECRET, and other necessary credentials.
I am using the coirrect API key SID and API secret for token generation, and the JTW (verified in jwt.io) appear valid, as well as my server time being synchronised. Despite this, the SDK throws a 20101access token invalid upon device registration.
Any ideas would be amazing, Thanks.