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

TypeError: (t.getQualities()||[]).at is not a function. (In '(t.getQualities()||[]).at(-1)', '(t.getQualities()||[]).at' is undefined) — #60

Closed Enigma10 closed 2 years ago

Enigma10 commented 2 years ago

I am getting this error in safari Version 15.1.

florence-wolfe commented 2 years ago

Array.prototype.at is a relatively new addition to Javascript and is not supported on iOS 15.1.

You may want to look into polyfills or similar to resolve this.

Closing as it's not an issue with the player nor the samples.