updated socker.io server

Details on https://github.com/reveal/multiplex
master
Fabien Benetou 3 years ago committed by GitHub
parent b496126327
commit 49a4c64b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      reveal.php

@ -44,7 +44,7 @@ Reveal.initialize({
// Example values. To generate your own, see the socket.io server instructions.
secret: null, // Obtained from the socket.io server. Gives this (the master) control of the presentation
id: "", // Obtained from socket.io server
url: "https://reveal-js-multiplex-ccjbegmaii.now.sh" // Location of socket.io server
url: "https://reveal-multiplex.glitch.me/" // Location of socket.io server
},
// Don"t forget to add the dependencies
@ -105,7 +105,7 @@ Reveal.initialize({
// Example values. To generate your own, see the socket.io server instructions.
secret: "", // Obtained from the socket.io server. Gives this (the master) control of the presentation
id: "", // Obtained from socket.io server
url: "https://reveal-js-multiplex-ccjbegmaii.now.sh" // Location of socket.io server
url: "https://reveal-multiplex.glitch.me/" // Location of socket.io server
},
// Don"t forget to add the dependencies

Loading…
Cancel
Save