From 076360fa0136fcc195fe3d38a5114aeba289c8ee Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Thu, 10 Jan 2019 21:30:15 +0800 Subject: [PATCH] index: set multiplex url Signed-off-by: Sean Cross --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a928069..f460297 100644 --- a/index.html +++ b/index.html @@ -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,