You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
* Add a workflow for WebTransport E2E test.
* Add karma tests.
* Address comments.
* Remove unnecessary methods from sample service for E2E test.
* Remove owt.js and rest-sample.js.
local QUIC_SDK_PACKAGE_NAME="quic-sdk-ubuntu-x64-ci"
314
+
local QUIC_SDK_URL=`cat ${ROOT}/source/agent/addons/quic/quic_sdk_url`
315
+
local QUIC_TRANSPORT_PATH=${ROOT}/third_party/quic-transport
316
+
local QUIC_HEADERS_DIR=${ROOT}/build/libdeps/build/include/owt
317
+
pushd${QUIC_TRANSPORT_PATH}
318
+
if [ !-d${QUIC_HEADERS_DIR} ];then
319
+
mkdir -p ${QUIC_HEADERS_DIR}
326
320
fi
327
-
cp -r include/owt ${QUIC_HEADERS_DIR}
328
-
else
329
-
read -p "Failed to download prebuild QUIC SDK. Please download and compile QUIC SDK version ${QUIC_SDK_VERSION} from https://github.com/open-webrtc-toolkit/owt-deps-quic."
read -p "Unable to find prebuild QUIC SDK. Please download it from ${QUIC_SDK_URL} with a GitHub personal access token or compile it from https://github.com/open-webrtc-toolkit/owt-sdk-quic."
0 commit comments