open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
384 stars 180 forks source link

Android support #712

Open Kosterio opened 1 year ago

Kosterio commented 1 year ago

I need a QUIC support on android client side, and apparently it impossible now. It seems that the owt-client-android is based on pure webrtc library without owt, isn't it? Are there plans to add support to the native library with owt for the Android app?

jianjunz commented 1 year ago

Hi,

There is no plan to support QUIC for Android at this time. QUIC is implemented in owt-sdk-quic, OWT Android SDK doesn't depend on that repo.

Kosterio commented 1 year ago

Yes, QUIC is implemented in another repo, but Android cannot use it - this is the problem. Do I understand correctly that only the JNI layer implementation is missing for the native library to work on Android?

jianjunz commented 1 year ago

I haven't tried to compile it for Android. Not sure if there is anything else missing.