Skip to content

Commit

Permalink
feat: re-introduce webRTC tests (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Nov 15, 2023
1 parent faf6368 commit b9aa2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transport-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ export const versions: Array<Version> = [
{
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"],
},
Expand Down

0 comments on commit b9aa2a5

Please sign in to comment.