index: set multiplex url

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-01-10 21:30:15 +08:00
parent 45c84000f5
commit 076360fa01
1 changed files with 7 additions and 1 deletions

View File

@ -678,7 +678,13 @@
// Factor of the display size that should remain empty around the content
margin: 0.1,
multiplex: {
url: '/ws/',
id: '000SOCKETID000',
secret: Reveal.getQueryHash().s || null
},
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.02,
maxScale: 5.5,