EricssonResearch / openwebrtc-android-sdk

SDK for adding OpenWebRTC to your Android app
BSD 2-Clause "Simplified" License
45 stars 29 forks source link

JDK sdk #13

Open danielwegener opened 8 years ago

danielwegener commented 8 years ago

Hi! Would it be possible to release openwebrtc-android-sdk as regular java api? Maybe extract the components that are unspecific to android and cross-release it as a seperate jar? Most of the SDP rendering/parsing and certificate related stuff would be really useful for jvm users too!

So would it be feasible to release the "core" as platform independent jar and inject the specifics depending on the runtime?

I did a quick poc to show what classes are android specific - and they are not so many.

Best regards

Zubnix commented 7 years ago

Any update on this? I too am very interested in having a Java neutral sdk.