IWTBCAdeveloper
IWTBCAdeveloper
Hi, there I use twitter strategy like below ``` const twitterStrategy = new TwitterStrategy({ consumerKey: TWITTER_APP_ID, consumerSecret: TWITTER_APP_SECRET, callbackURL: TWITTER_CALLBACK_URL, userProfileURL: 'https://api.twitter.com/1.1/account/verify_credentials.json?include_email=true', includeEmail: true, }, createOrUpdate) ``` and use passport-oauth2-refresh...
### Description Hi everyone, I'm using videojs version 7.20.3, and when I backward the video then face a problem like in the attached video. I don't know the reason why...