owt-client-native icon indicating copy to clipboard operation
owt-client-native copied to clipboard

Android support

Open Kosterio opened this issue 2 years ago • 3 comments

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?

Kosterio avatar May 19 '23 13:05 Kosterio

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.

jianjunz avatar May 20 '23 04:05 jianjunz

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?

Kosterio avatar May 21 '23 21:05 Kosterio

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

jianjunz avatar May 24 '23 15:05 jianjunz