Dragon-S

Results 3 issues of Dragon-S

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?

Hello I compiled according to your method. Compile command: emcc -o ./dist/appWASM.js ./dev/cpp/emscripten.cpp -O3 -s ALLOW_MEMORY_GROWTH=1 -s USE_WEBGL2=1 -s FULL_ES3=1 -s WASM=1 -s NO_EXIT_RUNTIME=1 -std=c ++1z -s EXPORTED_RUNTIME_METHODS="['ccall','stringToUTF8']" -s ASSERTIONS=1...

Hello! I use the libwebrtc.a you compiled, but it will report an error. The error is as follows: Undefined symbols for architecture arm64: "rtc::JsonValueToString(Json::Value const&)", referenced from: owt::p2p::P2PPeerConnectionChannel::Send(std::__1::basic_string const&, std::__1::function,...