mail2chromium / Android-Audio-Processing-Using-WebRTC

All in all WebRTC. A Complete Guide to enable Rich and High Quality of **Real-Time Voice Communication** on Android Platform. This repository involves a complete understanding, implementation and documentation related to WebRTC Audio Processing.
144 stars 49 forks source link

NDK setup link not working #1

Closed ugintl closed 4 years ago

ugintl commented 4 years ago

Link to android webrtc ndk setup not working

mail2chromium commented 4 years ago

@ugintl I'm currently working on this repository. Hope It will be ready very soon.

You can tell me, how may I help you?

ugintl commented 4 years ago

I am looking to integrate webrtc into an existing app. It already has chatting.

Something like an sdk. There are few apps like Jami, which allows audio video calls without a server. I would prefer something without a server, but it is ok if I have to use a server.

mail2chromium commented 4 years ago

Okay! WebRTC Native Stack involves a bunch of different domains like

and many other modules.

I must tell you that STUN and TURN are parallelly working to make communication possible in either of these scenarios between Android/iOS Peers.

Which one of these modules of WebRTC, do you want to integrate into your application?

mail2chromium commented 4 years ago

@ugintl Link is now public, you can revisit: Android-Native-Development-For-WebRTC