Problem in Ios version from Ionic

Dear all. I am a rookie in Openvidu. I am trying to use the basic project in Ionic to build the app both for android and Ios. The issue I am facing is that meanwhile in Android apk I am able to connect to websocket in Ios I have the message visible in the image

. Any help would be really appreciate.

Dev

Hello @dev,

  1. Are you using openvidu-call-ionic or openvidu-ionic?
  2. Aren’t you being able to connect to the session?
  3. Any error shown?
  4. What OpenVidu version are you using?

Regards

Hi @CSantosM.
I am using openvidu-call-ionic. The ionic line that did not work is session.token(token). In xcode 11.3.1 the method that raise the warning visible in the previous images is WebSocketWithReconnection() since when I build the apk I am able to read the line after and connect properly to wss. No error shown. The openvidu version is openvidu-server-2.12.0.jar

Thank you
Dev