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 } (...) }