aws-samples / amazon-ivs-player-web-sample

This project contains code samples demonstrating how to build, package, and integrate with the Amazon IVS Player Web SDK.
https://docs.aws.amazon.com/ivs/
MIT No Attribution
81 stars 32 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'startsWith') amazon-ivs-wasmworker.min.js:208 #67

Closed nexticodes closed 1 year ago

nexticodes commented 1 year ago

Hello! I'm trying to integrate IVS with video.js into a React app and I'm running into an issue when trying to set the options for registering videojs using registerIVSTech.

I keep getting this error

Screen Shot 2022-12-01 at 12 31 24 PM

I have not done anything yet, simply doing this for now:

Screen Shot 2022-12-01 at 12 40 17 PM

I'd appreciate any help I can get to move forward from this! Thank you!