stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
855 stars 278 forks source link

Android Native Java Compatible #68

Open alexislg2 opened 5 years ago

alexislg2 commented 5 years ago

Hello, Thank you for this package and its documentation. I just don't understand something in the doc. It is written Android Native Java Compatible

What does that mean? This package is purely javascript so how could I use it in an Android native app?

stephenlb commented 5 years ago

It means that if you were to implement WebRTC with Android Native, then the JavaScript version here would be able to communicate with both Android and Web.