mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 07:48:14 +00:00
app_confbridge: Document sfu video_mode value.
Change-Id: I26e17df2c93f3933b23f78070603adbcc84ba204
This commit is contained in:
@@ -391,6 +391,10 @@
|
|||||||
is the single source of video distribution among all participants. If
|
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>
|
that user leaves, the marked user to join after them becomes the source.</para>
|
||||||
</enum>
|
</enum>
|
||||||
|
<enum name="sfu">
|
||||||
|
<para>Selective Forwarding Unit - Sets multi-stream
|
||||||
|
operation for a multi-party video conference.</para>
|
||||||
|
</enum>
|
||||||
</enumlist>
|
</enumlist>
|
||||||
</description>
|
</description>
|
||||||
</configOption>
|
</configOption>
|
||||||
|
|||||||
@@ -213,6 +213,9 @@ type=bridge
|
|||||||
; first_marked: The first marked user to join the conference with video capabilities
|
; first_marked: The first marked user to join the conference with video capabilities
|
||||||
; is the single source of video distribution among all participants. If
|
; is the single source of video distribution among all participants. If
|
||||||
; that user leaves, the marked user to join after them becomes the source.
|
; 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.
|
;language=en ; Set the language used for announcements to the conference.
|
||||||
; Default is en (English).
|
; Default is en (English).
|
||||||
|
|||||||
Reference in New Issue
Block a user