Skip to content

Commit

Permalink
fix fullmesh videochat example variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmshelly committed Sep 5, 2017
1 parent d97775a commit eb611fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fullmesh_videochat/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$(function() {
// Peer object
const peer = new Peer({
key: window._SKYWAY_KEY__,
key: window.__SKYWAY_KEY__,
debug: 3,
});

Expand Down

0 comments on commit eb611fc

Please sign in to comment.