From 5bbf7b2aad7456979ac470958f26366944dca232 Mon Sep 17 00:00:00 2001
From: Richard Mudgett <rmudgett@digium.com>
Date: Thu, 17 Aug 2017 17:07:18 -0500
Subject: [PATCH] app_confbridge: Document sfu video_mode value.

Change-Id: I26e17df2c93f3933b23f78070603adbcc84ba204
---
 apps/confbridge/conf_config_parser.c   | 4 ++++
 configs/samples/confbridge.conf.sample | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/apps/confbridge/conf_config_parser.c b/apps/confbridge/conf_config_parser.c
index bfd9f4f569..6659305760 100644
--- a/apps/confbridge/conf_config_parser.c
+++ b/apps/confbridge/conf_config_parser.c
@@ -391,6 +391,10 @@
 								is the single source of video distribution among all participants. If
 								that user leaves, the marked user to join after them becomes the source.</para>
 							</enum>
+							<enum name="sfu">
+								<para>Selective Forwarding Unit - Sets multi-stream
+								operation for a multi-party video conference.</para>
+							</enum>
 						</enumlist>
 					</description>
 				</configOption>
diff --git a/configs/samples/confbridge.conf.sample b/configs/samples/confbridge.conf.sample
index 265b95342a..9cf86aa0b2 100644
--- a/configs/samples/confbridge.conf.sample
+++ b/configs/samples/confbridge.conf.sample
@@ -213,6 +213,9 @@ type=bridge
                            ; first_marked: The first marked user to join the conference with video capabilities
                            ;               is the single source of video distribution among all participants. If
                            ;               that user leaves, the marked user to join after them becomes the source.
+                           ;
+                           ; sfu: Selective Forwarding Unit - Sets multi-stream operation
+                           ;      for a multi-party video conference.
 
 ;language=en               ; Set the language used for announcements to the conference.
                            ; Default is en (English).
-- 
GitLab