July 2017
Intermediate to advanced
434 pages
12h 59m
English
Layouts can be grouped in named "groups". If you give to a conference the vid-layout of "group:groupname", then FreeSWITCH will apply dinamically the group member more apt to display all participants.
<group name="grid"> <layout>1x1</layout> <layout>2x1</layout> <layout>1x1+2x1</layout> <layout>2x2</layout> <layout>3x3</layout> <layout>4x4</layout> <layout>5x5</layout> <layout>6x6</layout> <layout>8x8</layout> </group>
Using the group in this example, when the first caller joins the conference, layout 1x1 will be applied. Then, as more members join, the layout will be dynamically chosen to accommodate all participants. When participants will grow from 36 to 37, FreeSWITCH will change layout from "6x6" to "8x8". Yay, on a 1920x1080 ...
Read now
Unlock full access