diff --git a/apps/confbridge/conf_config_parser.c b/apps/confbridge/conf_config_parser.c index bfd9f4f5697e0ec94cf35f84f6cbdac8f90dfcb9..6659305760dbf300c50fb11011f86fad39db865d 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 265b95342aa2811798a578da044665e3513756ab..9cf86aa0b217575554f3b35c3ad88fe8931130b7 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).