index: try new socket stuff

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-01-11 17:53:46 +08:00
parent 70c5761695
commit 712b62023d
1 changed files with 6 additions and 8 deletions

View File

@ -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 }
]
});
</script>