openvidu-tutorials
openvidu-tutorials copied to clipboard
ionic SDP offer error on iPad mini.
I already fixed #618 iOS 14.3.
-
there's no issue on iPhone.
-
openvidu 2.16.0
-
openvidu-browser 2.16.2
-
iPad mini 4
-
Error message
-
Line of code
thank you.
We will take a look to the issue.
Thanks for reporting
@micaelgallego hi problem is here
PlatformUtils.prototype.isIonicIos = function () { return this.isIPhoneOrIPad() && platform.ua.indexOf("Safari") === -1; };
I forced return true;
then every work fine. :)