From eb611fc5180d4aa4430cfe9afd3c1e14dd85499f Mon Sep 17 00:00:00 2001 From: Alan Iida Date: Tue, 5 Sep 2017 12:48:28 +0900 Subject: [PATCH] fix fullmesh videochat example variable typo --- examples/fullmesh_videochat/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fullmesh_videochat/script.js b/examples/fullmesh_videochat/script.js index 82841a64..d3c4de62 100644 --- a/examples/fullmesh_videochat/script.js +++ b/examples/fullmesh_videochat/script.js @@ -2,7 +2,7 @@ $(function() { // Peer object const peer = new Peer({ - key: window._SKYWAY_KEY__, + key: window.__SKYWAY_KEY__, debug: 3, });