]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7513: add 1up_top_left mcu layouts with floor holder flag
authorMichael Jerris <mike@jerris.com>
Fri, 30 Jan 2015 21:34:57 +0000 (15:34 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:56 +0000 (12:46 -0500)
conf/vanilla/autoload_configs/conference_layouts.conf.xml

index ac08cea81d59769adb24ac3e7337950bcedf5cc6..7491627fd591d9c3557a36cc6bb59babc53bedd9 100644 (file)
       <image x="240" y="300" scale="60"/>
       <image x="300" y="300" scale="60"/>
     </layout>
+    <layout name="1up_top_left+5">
+      <image x="0" y="0" scale="240" floor="true" reservation_id="primary"/>
+      <image x="240" y="0" scale="120"/>
+      <image x="240" y="120" scale="120"/>
+      <image x="0" y="240" scale="120"/>
+      <image x="120" y="240" scale="120"/>
+      <image x="240" y="240" scale="120"/>
+    </layout>
+    <layout name="1up_top_left+7">
+      <image x="0" y="0" scale="270" floor="true" reservation_id="primary"/>
+      <image x="270" y="0" scale="90"/>
+      <image x="270" y="90" scale="90"/>
+      <image x="270" y="180" scale="90"/>
+      <image x="0" y="270" scale="90"/>
+      <image x="90" y="270" scale="90"/>
+      <image x="180" y="270" scale="90"/>
+      <image x="270" y="270" scale="90"/>
+    </layout>
+    <layout name="1up_top_left+9">
+      <image x="0" y="0" scale="288" floor="true" reservation_id="primary"/>
+      <image x="288" y="0" scale="72"/>
+      <image x="288" y="72" scale="72"/>
+      <image x="288" y="144" scale="72"/>
+      <image x="288" y="216" scale="72"/>
+      <image x="0" y="288" scale="72"/>
+      <image x="72" y="288" scale="72"/>
+      <image x="144" y="288" scale="72"/>
+      <image x="216" y="288" scale="72"/>
+      <image x="288" y="288" scale="72"/>
+    </layout>
   </layouts>
   <groups>
     <group name="grid">
       <layout>5x5</layout>
       <layout>6x6</layout>
     </group>
+    <group name="1up_top_left_plus">
+      <layout>1up_top_left+5</layout>
+      <layout>1up_top_left+7</layout>
+      <layout>1up_top_left+9</layout>
+    </group>
   </groups>
 </layout-settings>
 
-<!-- floor="true" reservation_id="primary" -->
\ No newline at end of file