Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array.prototype.at() is incompatible with iOS 15.3 and below; consider using slice #7002

Open
windbird425 opened this issue Feb 5, 2025 · 1 comment

Comments

@windbird425
Copy link

Regarding the videojs-webrtc-plugin package
Version: 1.3.1

The initiateWebRTCAdaptor function in plugin.js uses Array.prototype.at(), which is not supported on devices running iOS 15.3 or lower.
To improve compatibility, it is recommended to replace it with the slice method.

@burak-58 burak-58 moved this to Next Sprint in Ant Media Server Feb 11, 2025
@burak-58
Copy link
Contributor

Thanks @windbird425 for reporting this. I will get it into plan.

@burak-58 burak-58 moved this from Next Sprint to 📋 Backlog in Ant Media Server Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants