diff --git a/technical/6.1.-Conference-Protocol.md b/technical/6.1.-Conference-Protocol.md index 15efac3934fa2c60a554db2bd894659043ffa041..cd348e962a8e43c4c1a031a626018b27bb712b04 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" } (...) }