From 49a4c64b02a370fb1392d38bf9b20fbe4c433d86 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Wed, 24 Mar 2021 18:23:01 +0100 Subject: [PATCH] updated socker.io server Details on https://github.com/reveal/multiplex --- reveal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reveal.php b/reveal.php index 8523875..b6088aa 100644 --- a/reveal.php +++ b/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