voximplant / react-native-voximplant

Voximplant mobile SDK for React Native (iOS/Android)
http://voximplant.com
205 stars 39 forks source link

Not able to get video of other person #110

Open Mprogrammer2020 opened 4 years ago

Mprogrammer2020 commented 4 years ago

Hi team, I have implemented video call in my project using react-native-voximplant. All works fine, but suddenly now video of other person is not getting. I am not able to get what's going wrong all of sudden. I have

"react-native": "0.57.3", "react-native-voximplant": "^1.4.0",

Mprogrammer2020 commented 4 years ago

Someone please answer me?

YuliaGrigorieva commented 4 years ago

Hello @Mprogrammer2020 !

Unfortunately, you are using a quit old sdk version (1.4.0). The latest one is 1.18.0. Please update the SDK in your project and try to reproduce the issue.

If the issue is still reproducible after the sdk update, please provide more details:

  1. between which platforms do you make a call (android - iOS, iOS -web, android-web, etc)?
  2. Are you able to reproduce the issue with the demo application?
  3. If yes, please provide exact steps to reproduce the issue.

Best regards, Yulia Grigorieva

Mprogrammer2020 commented 4 years ago

Now I am using "react-native": "0.59.1", and "react-native-voximplant": "^1.9.0", as I have old project. 1) problem occurs between android to android 2) it is now in latest react native project, which is not possible for me