owt-client-native
owt-client-native copied to clipboard
iOS does not support owt-sdk-quic
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?
QUIC SDK is not tested on iOS. We don't have resources to implement it for iOS at this moment.
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。
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.
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!