From 50bf26f07faecb5192cd04463215ca7d4ba42b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Wed, 30 Sep 2020 14:24:30 -0400 Subject: [PATCH] Update 6.1. Conference Protocol --- technical/6.1.-Conference-Protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technical/6.1.-Conference-Protocol.md b/technical/6.1.-Conference-Protocol.md index bde34585..f2b3d9c8 100644 --- a/technical/6.1.-Conference-Protocol.md +++ b/technical/6.1.-Conference-Protocol.md @@ -59,10 +59,10 @@ The Layout is stored as a VectorMapStringString for clients and internally with ``` Layout = { { - "uri": "participant", "x":"0", "y":"0", "w": "0", "h": "0" + "uri": "participant", "x":"0", "y":"0", "w": "0", "h": "0", "isModerator":true }, { - "uri": "participant1", "x":"0", "y":"0", "w": "0", "h": "0" + "uri": "participant1", "x":"0", "y":"0", "w": "0", "h": "0", "isModerator":false } (...) }