Skip to content
Snippets Groups Projects
Commit 7e70dab5 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Update 6.1. Conference Protocol

parent 2d6a64f4
Branches
No related tags found
No related merge requests found
......@@ -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"
}
(...)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment