You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also direct importing of videos.js modules is not working with plugin.
I have to do like this , don't know why.
interface VideoJSStatic {
(id: any, options?: any, ready?: () => void): any;
}
declare var videojs: VideoJSStatic;
Please help me to resolve this issue.
The text was updated successfully, but these errors were encountered:
Selected resolution is not showing in button.
Also direct importing of videos.js modules is not working with plugin.
I have to do like this , don't know why.
interface VideoJSStatic {
(id: any, options?: any, ready?: () => void): any;
}
declare var videojs: VideoJSStatic;
Please help me to resolve this issue.
The text was updated successfully, but these errors were encountered: