Hi,
In my app, I create an embedded twitter video via JS
window.twttr.widgets.createVideo(videoId, twitterVideoContainer)
My question is: Is it possible me to listen to any video events from this embedded player? to programmatically play/pause video? Previously I did these by using the postMessage but I don’t know whether this is applicable anymore with the new API change.
Thank you so much
Besst Regards,
Sugi