You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: