-1

I am trying to build an android app where I have to intregate voice call feature. I want to use WebRTC for that because it's FREE. Now I have tried searching on the internet but could not found any proper instruction about native WebRTC Android. As per Google's documentation. I also followed thisI have built my aar library from source code and imported on my project in Android Studio. But don't know what to do next :(

I want a documentation or instruction about WebRTC Android

1 Answers1

0

You can go through the below URL for WebRTC

URL:

  1. https://webrtc.github.io/webrtc-org/native-code/android/
  2. https://medium.com/@shivammaindola07/step-by-step-guide-to-build-webrtc-native-android-app-47898caa1594
  3. https://myhexaville.com/category/webrtc/
  4. https://codelabs.developers.google.com/codelabs/webrtc-web/#0
  5. https://vivekc.xyz/getting-started-with-webrtc-for-android-daab1e268ff4

In this above link you can find required lib, pre-requisite software, sample application code and its documentation.

Chetan Patil
  • 542
  • 1
  • 5
  • 23