<configuration name="conference.conf" description="Audio Conference"> <!-- Other conference config... --> <profiles> <profile name="video-mcu-stereo"> <!-- Other profile config... --> <!-- Mux the inbound video streams into one outbound stream. --> <param name="video-mode" value="mux"/> <!-- Enable the live array, minimize outbound video encoding. --> <param name="conference-flags" value="livearray-sync|livearray-json-status|minimize-video-encoding"/> <!-- Use this video layout by default if no other is specified. --> <param name="video-layout-name" value="group:grid"/> <!-- The size of the video canvas on the client (in pixels). --> <param name="video-canvas-size" value="1920x1080"/> <!-- HTML color code for the color of the video canvas element. --> <param name="video-canvas-bgcolor" value="#333333"/> <!-- HTML color code for the background color of each video feed if it is cropped to fit. --> <param name="video-letterbox-bgcolor" value="#000000"/> <!-- Custom video mute banner. Font, size, color, background color, and text can all be customized. --> <param name="video-mute-banner" value="={font_face=FreeSans.ttf,font_scale=5,bg=#800000,fg=#FFFFFF}VIDEO DISABLED"/> <!-- Bandwidth used for each outbound video feed. --> <param name="video-codec-bandwidth" value="1mb"/> <!-- Milliseconds of speaking before a speaker gets the floor. --> <param name="video-auto-floor-msec" value="800"/> <!-- Maximum frames per second, users can request less. --> <param name="video-fps" value="15"/> <!-- Motion factor of the video, used to adjust the video bitrate. From 1 to 4, low motion to high motion video. --> <param name="video-quality" value="1"/> </profile> </profiles> </configuration>