Skip to content

Commit

Permalink
Merge branch 'master' into clean_close
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniels committed Jul 1, 2024
2 parents 49b7f46 + f229661 commit e51d466
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 471 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"repository": "[email protected]:pion/webrtc.git",
"private": true,
"devDependencies": {
"wrtc": "0.4.7"
"@roamhq/wrtc": "^0.8.0"
},
"dependencies": {
"request": "2.88.2"
}
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
2 changes: 1 addition & 1 deletion test-wasm/node_shim.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// This file adds RTCPeerConnection to the global context, making Node.js more
// closely match the browser API for WebRTC.

const wrtc = require('wrtc')
const wrtc = require('@roamhq/wrtc')

global.window = {
RTCPeerConnection: wrtc.RTCPeerConnection
Expand Down
Loading

0 comments on commit e51d466

Please sign in to comment.