OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

ionic SDP offer error on iPad mini. #147

Open conandark opened 3 years ago

conandark commented 3 years ago

I already fixed #618 iOS 14.3.

thank you.

micaelgallego commented 3 years ago

We will take a look to the issue.

Thanks for reporting

conandark commented 3 years ago

@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. :)