From 712b62023d88fda5cbf8ed6ecd7a4f957bd88842 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Fri, 11 Jan 2019 17:53:46 +0800 Subject: [PATCH] index: try new socket stuff Signed-off-by: Sean Cross --- index.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 1a80dca..5abe28a 100644 --- a/index.html +++ b/index.html @@ -729,8 +729,8 @@ margin: 0.1, multiplex: { - url: '/ws/', - id: '000SOCKETID000', + url: 'https://p.xobs.io/', + id: '871fdd95cd6d6c07', secret: Reveal.getQueryHash().s || null }, @@ -750,12 +750,10 @@ { src: 'plugin/zoom-js/zoom.js', async: true }, { src: 'plugin/notes/notes.js', async: true }, - /* - { src: '//cdn.socket.io/socket.io-1.3.5.js', async: true }, - { src: 'plugin/multiplex/master.js', async: true }, - // and if you want speaker notes - { src: 'plugin/notes-server/client.js', async: true } - */ + { src: '//cdn.socket.io/socket.io-1.3.5.js', async: true }, + { src: 'plugin/multiplex/master.js', async: true }, + // and if you want speaker notes + { src: 'plugin/notes-server/client.js', async: true } ] });