summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/appdocsxml.xslt20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/appdocsxml.xslt b/doc/appdocsxml.xslt
index f067decae..511011ae8 100644
--- a/doc/appdocsxml.xslt
+++ b/doc/appdocsxml.xslt
@@ -145,5 +145,25 @@
</xsl:attribute>
<para>Number of channels in the bridge</para>
</xsl:element>
+ <xsl:element name="parameter">
+ <xsl:attribute name="name">
+ <xsl:value-of select="concat(@prefix, 'BridgeVideoSourceMode')" />
+ </xsl:attribute>
+ <enumlist>
+ <enum name="none"/>
+ <enum name="talker"/>
+ <enum name="single"/>
+ </enumlist>
+ <para>The video source mode for the bridge.</para>
+ </xsl:element>
+ <xsl:element name="parameter">
+ <xsl:attribute name="required">
+ false
+ </xsl:attribute>
+ <xsl:attribute name="name">
+ <xsl:value-of select="concat(@prefix, 'BridgeVideoSource')" />
+ </xsl:attribute>
+ <para>If there is a video source for the bridge, the unique ID of the channel that is the video source.</para>
+ </xsl:element>
</xsl:template>
</xsl:stylesheet>