1

Will onsip support React Native? How to a add voice/video call feature in React Native App?

I am trying with react-native-voximplant which requires

classpath 'com.android.tools.build:gradle:3.0.+'

and

distributions/gradle-2.14.1-all.zip

But it throws this error:

could not find com.android.tools.build:gradle:3.1.+

for any versions grater than 3.0.

1 Answers1

0

If you are using latest Android Studio it will be enough to make a project modifications highlighted in the SDK tutorial.

grigoryvp
  • 40,413
  • 64
  • 174
  • 277
  • 1
    Voximplant is using WebRTC concept. Will WebRTC support all browsers? Will it work properly for IOS and Android? – Sathish Kumar Aug 03 '18 at 07:32
  • Right now all major browsers are supported, including mobile Android and iOS. Voximplant also has native mobile SDK's for Android and iOS, alongside with React Native and Unity (sic!) – grigoryvp Aug 04 '18 at 09:25