openvidu-tutorials icon indicating copy to clipboard operation
openvidu-tutorials copied to clipboard

ionic SDP offer error on iPad mini.

Open conandark opened this issue 4 years ago • 2 comments

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 1610600196587

  • Line of code 1610600233836

thank you.

conandark avatar Jan 14 '21 05:01 conandark

We will take a look to the issue.

Thanks for reporting

micaelgallego avatar Jan 14 '21 16:01 micaelgallego

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

conandark avatar Feb 14 '21 06:02 conandark