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

Update 6.1. Conference Protocol

parent 540bda93
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ The goal is to notify all participants the metadatas of the rendered video. This
### Layout Info
The Layout is stored as a VectorMapStringString with the following format:
The Layout is stored as a VectorMapStringString for clients and internally with a vector<ParticipantInfo> with the following format:
```
Layout = {
......@@ -89,7 +89,7 @@ The master of a conference sends its infos via the SIP channel as a message with
So, if a call receives some confInfo, we know that this call is a member of a conference.
To summarize, `Call` manages received layouts, `Conference` managed sent layouts
To summarize, `Call` manages received layouts, `Conference` managed sent layouts.
## Future
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment