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
Transpile the project to javascript by running npm run build
Copy the files from your dist folder to your webserver
Create a div with id=app in your client.php
Import the javascript and css files into your client.php
Call the function window.startYTOverlay(sso?: string, wsUrl?: string) if you want to use a WebSocket connection rather than the FlashExternalInterface for communication.