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
391 stars 180 forks source link

iOS does not support owt-sdk-quic #547

Open Dragon-S opened 3 years ago

Dragon-S commented 3 years ago

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?

jianjunz commented 2 years ago

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

Dragon-S commented 2 years ago

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。

jianjunz commented 2 years ago

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.

Dragon-S commented 2 years ago

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!