There are no streams publishing when I start a session on a normal iPad with IOS 12.5.4 (ionic), no audio and no video. There are no errors displayed. The application is working fine on an iPad Pro with IOS 14+.
I have also tried the openvidu-ionic-capacitor example and that version isn’t also working on the older iPad. The strange thing is that when I start the stream from the newer iPad, and connect later from the older iPad everything works as expected.
Additional info: When I start the stream from the older iPad it does not publish anything, but it can subscribe to incoming streams.
@micael.gallego@pabloFuente I have a solution for the problem above, it turns out that it did nothing to to with the iOS version. The check if a device is a normal iPad (not pro) is wrong. It only checks if it’s a iPad Pro, the other iPads don’t fall in that category.
I have tested this on a normal iPad, iPhone and an iPad Pro. It works as expected now. I have also added a iPod check if people are using that type of a device.