Update 6.1. Conference Protocol

This commit is contained in:
Sébastien Blin 2020-07-14 13:40:46 -04:00
parent 540bda9329
commit 2d6a64f4d0
1 changed files with 2 additions and 2 deletions

View File

@ -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