Hi all. I’m currently trying to make a call to the kaltura api to embed a video in my ReactJS app. The entry_id works correctly in raw HTML and Javascript (Dynamic Embed) but when making a call using the Auto Embed method (https://developer.kaltura.com/player/web/embed-types-web) I get the following error:
Below is both my React and html implementations (I’m getting the same issue using two different assets in the same asset repo, they have the same partnerId, uiconf_id, and targetId)
REACT (The player renders but doesn’t stream video):