Skip to content

Commit

Permalink
downgrade to peerjs 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LZ-Jason-Marckel committed Feb 25, 2024
1 parent 11a3587 commit 69d3611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/wwwroot/script/interop.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ let dotnetExports;
let hostConnection;
let clientConnections = [];
const hostDomain = "net-marckel-blazorbingo-";
const peerJSscript = 'https://unpkg.com/peerjs@1.5.2/dist/peerjs.min.js';
const peerJSscript = 'https://unpkg.com/peerjs@1.4.7/dist/peerjs.min.js';

export async function host(component, id) {

Expand Down

0 comments on commit 69d3611

Please sign in to comment.