Twilio Invalid Access Token - Swift
问题 I am attempting to follow this tutorial: https://www.youtube.com/watch?v=5lrdYBLEk60 and am getting Invalid Access Token - Code: 20101 returned when I follow everything to a tee. I changed nothing in the VideoQuickStart provided, other than adding my Twilio function link with identity: https://carnelian-chinook-9032.twil.io/video-token?identity=doug Code for function (same as video linked): exports.handler = function(context, event, callback) { const AccessToken = Twilio.jwt.AccessToken;