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

iOS does not support owt-sdk-quic

Open Dragon-S opened this issue 4 years ago • 4 comments

There is no quic related compilation option in the iOS compilation file owt-client-native/scripts/build.py, but there are both in the Windows and Linux compilation files. How does iOS support owt-sdk-quic?

Dragon-S avatar Jul 29 '21 01:07 Dragon-S

QUIC SDK is not tested on iOS. We don't have resources to implement it for iOS at this moment.

jianjunz avatar Oct 15 '21 05:10 jianjunz

QUIC SDK is not tested on iOS. We don't have resources to implement it for iOS at this moment.

If I want ios to support the QUIC SDK, what changes do I probably need to make? Hope to get your suggestions。

Dragon-S avatar Oct 27 '21 11:10 Dragon-S

Firstly you need to modify QUIC SDK to get a binary runs on iOS. Then update this SDK to link QUIC SDK and enable QUIC for iOS.

jianjunz avatar Oct 27 '21 13:10 jianjunz

Firstly you need to modify QUIC SDK to get a binary runs on iOS. Then update this SDK to link QUIC SDK and enable QUIC for iOS.

Thanks a lot!

Dragon-S avatar Oct 28 '21 01:10 Dragon-S