eddiezane / react-twilio-video-post

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AccessToken undefined

newtriks opened this issue · 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;

Thanks @newtriks. Super helpful.