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:
‘error: Object { code: “INVALID_ENTRY_ID”, message: “Invalid entry id [“1_hpntfdze”]” }’.
I’m wondering if there is a “correct” way to format the entry id when passing it as a parameter in the URL…?
4 posts - 2 participants