From 2d6a64f4d014b72ae3bf67bb92f935af74cdfcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 14 Jul 2020 13:40:46 -0400 Subject: [PATCH] Update 6.1. Conference Protocol --- technical/6.1.-Conference-Protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technical/6.1.-Conference-Protocol.md b/technical/6.1.-Conference-Protocol.md index 4940ee94..15efac39 100644 --- a/technical/6.1.-Conference-Protocol.md +++ b/technical/6.1.-Conference-Protocol.md @@ -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 -- GitLab