From 31b603d7c553a4580e4f291e9901b2fc4a4067b3 Mon Sep 17 00:00:00 2001 From: chad Date: Tue, 10 Oct 2023 17:15:24 -0500 Subject: [PATCH] feat: re-introduce webRTC tests --- transport-interop/versions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transport-interop/versions.ts b/transport-interop/versions.ts index ec20c133d..5bc0444a7 100644 --- a/transport-interop/versions.ts +++ b/transport-interop/versions.ts @@ -83,14 +83,14 @@ export const versions: Array = [ { id: "chromium-js-v0.46", containerImageID: browserImageIDLookup, - transports: [{ name: "webtransport", onlyDial: true }, { name: "wss", onlyDial: true }, { name: "webrtc-direct", onlyDial: true }], + transports: [{ name: "webtransport", onlyDial: true }, { name: "wss", onlyDial: true }, { name: "webrtc-direct", onlyDial: true }, "webrtc"], secureChannels: ["noise"], muxers: ["mplex", "yamux"], }, { id: "firefox-js-v0.46", containerImageID: browserImageIDLookup, - transports: [{ name: "wss", onlyDial: true }, { name: "webrtc-direct", onlyDial: true }], + transports: [{ name: "wss", onlyDial: true }, { name: "webrtc-direct", onlyDial: true }, "webrtc"], secureChannels: ["noise"], muxers: ["mplex", "yamux"], },