From 7e70dab5dee96953373fb2aa512f4d65f818f00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Wed, 15 Jul 2020 16:58:16 -0400 Subject: [PATCH] Update 6.1. Conference Protocol --- technical/6.1.-Conference-Protocol.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/technical/6.1.-Conference-Protocol.md b/technical/6.1.-Conference-Protocol.md index 15efac39..cd348e96 100644 --- a/technical/6.1.-Conference-Protocol.md +++ b/technical/6.1.-Conference-Protocol.md @@ -58,11 +58,11 @@ The Layout is stored as a VectorMapStringString for clients and internally with ``` Layout = { - "participant0": { - "x":"0", "y":"0", "w": "0", "h": "0" + { + "uri": "participant", "x":"0", "y":"0", "w": "0", "h": "0" }, - "participant1": { - "x":"0", "y":"0", "w": "0", "h": "0" + { + "uri": "participant1", "x":"0", "y":"0", "w": "0", "h": "0" } (...) } -- GitLab