Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create iOS video player if the OS version is < 15 (#90)
* Do not create iOS video player if the OS version is < 15 The VideoPlayerIos implementation relies on methods that are only available for iOS 15+. For example: https://developer.apple.com/documentation/avfoundation/avfragmentedasset/3746534-loadtrackswithmediatype?language=objc * Fix missing parentesis
- Loading branch information