voximplant / react-native-voximplant

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

Voximplant.getInstance().connect() is failing on Android #134

Open jimmy123A opened 2 years ago

jimmy123A commented 2 years ago

The iOS app is working fine but when I run it on my Android emulator, this unhandled rejection warning pops up after it trys to connect the client.

Possible Unhandled Promise Rejection (id: 0):
Object {
  "message": "Connect timeout reached",
  "name": "ConnectionFailed",
}

My react native version is 0.66 and node version latest.

YuliaGrigorieva commented 2 years ago

Hello!

Is the issue reproducible on real android devices?

Could you please also provide the following information:

  1. Android SDK version on android emulator
  2. Voximplant React Native SDK version

Best regards, Yulia Grigorieva

jimmy123A commented 2 years ago

Hello,

I haven't yet tested the app on a real device to see. Android SDK version is API 32 and voximplant react native sdk version is 1.27.0.

Thanks in advance.