From 8a6f707909be8e90e66b368059a2f91e14790b4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 12 Feb 2021 16:33:14 -0500 Subject: [PATCH] Update 6.1. Conference Protocol --- technical/6.1.-Conference-Protocol.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/technical/6.1.-Conference-Protocol.md b/technical/6.1.-Conference-Protocol.md index 82740c8f..1dc4b110 100644 --- a/technical/6.1.-Conference-Protocol.md +++ b/technical/6.1.-Conference-Protocol.md @@ -46,6 +46,8 @@ Note: Actually, the word participant is used for callId mixed in a conference. T The goal is to notify all participants of the metadata of the rendered video. This means what participant is in the conference and where the video is located. +If a participant is itself a conference, its incoming layout info should be merged when sent to other participants. Layout info must not be merged when sent back to a conference. + ### Layout Info The Layout is stored as a VectorMapStringString for clients and internally with a vector<ParticipantInfo> with the following format: -- GitLab