Cross platform video render issue

Hi, I have an issue in showing the publisher video to the subscriber in the React application from ionic IOS application. Below is the scenario.

I have both react and ionic application, I was testing the app and found that when I create a session ionic IOS application and tried to join the session from react application. The IOS video was not shown in the React app but the React video was displayed in the ionic application.

I further continued to verify the scenario between ionic android and ionic iOS application and ionic android and React web application everything works fine.

Hello @Naveen,

Could you check if this behaviour is happening using
iOS ionic <—> OpenVidu JS demo https://demos.openvidu.io/basic-videoconference/

We need to know where is the problem.

Thanks

Hi @CSantosM,

I have tested the demo app and its working fine.

Ok, so the problem is about React application. Are you using the same code of our React tutorial or are you using your own approach?

Please, could you try with openvidu React tutorial?

@CSantosM the error was in my code. I tested out with both ionic and react demo application. Everything was working well.

So I rechecked my code which I had edited and found the mistake. Now it is working well with other platform also .

1 Like