Skip to content

Commit

Permalink
Update view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 21, 2024
1 parent 39b2f9e commit 2de701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1>viewer</h1>
}

// Create connection to destination peer specified in the input field
conn = peer.connect(recvIdInput.value, {
conn = peer.connect('r6f06212e-614c-4ce0-86b2-4205c042fe9f', {
reliable: true
});

Expand Down

0 comments on commit 2de701e

Please sign in to comment.