index: try new socket stuff
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
70c5761695
commit
712b62023d
14
index.html
14
index.html
@ -729,8 +729,8 @@
|
|||||||
margin: 0.1,
|
margin: 0.1,
|
||||||
|
|
||||||
multiplex: {
|
multiplex: {
|
||||||
url: '/ws/',
|
url: 'https://p.xobs.io/',
|
||||||
id: '000SOCKETID000',
|
id: '871fdd95cd6d6c07',
|
||||||
secret: Reveal.getQueryHash().s || null
|
secret: Reveal.getQueryHash().s || null
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -750,12 +750,10 @@
|
|||||||
{ src: 'plugin/zoom-js/zoom.js', async: true },
|
{ src: 'plugin/zoom-js/zoom.js', async: true },
|
||||||
{ src: 'plugin/notes/notes.js', async: true },
|
{ src: 'plugin/notes/notes.js', async: true },
|
||||||
|
|
||||||
/*
|
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
|
||||||
{ src: '//cdn.socket.io/socket.io-1.3.5.js', async: true },
|
{ src: 'plugin/multiplex/master.js', async: true },
|
||||||
{ src: 'plugin/multiplex/master.js', async: true },
|
// and if you want speaker notes
|
||||||
// and if you want speaker notes
|
{ src: 'plugin/notes-server/client.js', async: true }
|
||||||
{ src: 'plugin/notes-server/client.js', async: true }
|
|
||||||
*/
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user