react-twilio-video-post icon indicating copy to clipboard operation
react-twilio-video-post copied to clipboard

AccessToken undefined

Open newtriks opened this issue 7 years ago • 1 comments

Maybe an api change, but AccessToken is undefined. You need to access it via the jwt property now:

var AccessToken = require('twilio').jwt.AccessToken;

newtriks avatar Sep 17 '16 10:09 newtriks