2010-06-09 05:33:16 +08:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<config>
|
2010-06-25 04:57:45 +08:00
|
|
|
<localeversion>0.7</localeversion>
|
2010-06-09 05:33:16 +08:00
|
|
|
<version>VERSION</version>
|
|
|
|
<help url="http://HOST/help.html"/>
|
|
|
|
<porttest host="HOST" application="video"/>
|
|
|
|
<modules>
|
|
|
|
|
|
|
|
<module name="ChatModule" url="ChatModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
loadNextModule="ListenersModule"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="ViewersModule" url="ViewersModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
2010-06-11 02:54:47 +08:00
|
|
|
host="http://HOST/bigbluebutton/conference-session/enter"
|
2010-06-09 05:33:16 +08:00
|
|
|
onAppInitEvent="LOAD" loadNextModule="ChatModule"
|
|
|
|
onAppStartEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
|
|
|
/>
|
|
|
|
<module name="ListenersModule" url="ListenersModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
recordingHost="http://HOST"
|
|
|
|
loadNextModule="DeskShareModule"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
|
|
|
/>
|
|
|
|
|
2010-06-12 01:06:22 +08:00
|
|
|
<module name="DeskShareModule" url="DeskShareModule-VERSION.swf" uri="rtmp://HOST/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" />
|
2010-06-09 05:33:16 +08:00
|
|
|
|
2010-06-11 02:47:56 +08:00
|
|
|
<module name="PhoneModule" url="PhoneModule-VERSION.swf"
|
2010-06-09 05:33:16 +08:00
|
|
|
uri="rtmp://HOST/sip"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
|
|
|
loadNextModule="VideoconfModule"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="VideoconfModule" url="VideoconfModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/video"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
2010-06-10 23:11:57 +08:00
|
|
|
loadNextModule="HighlighterModule"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="HighlighterModule" url="HighlighterModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
2010-06-10 23:11:57 +08:00
|
|
|
loadNextModule="PresentModule"
|
2010-06-09 05:33:16 +08:00
|
|
|
/>
|
|
|
|
|
|
|
|
<module name="PresentModule" url="PresentModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
host="http://HOST"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
|
|
|
/>
|
|
|
|
|
|
|
|
<!-- new module in development:
|
|
|
|
<module name="DynamicInfoModule" url="DynamicInfoModule-VERSION.swf"
|
|
|
|
uri="rtmp://HOST/bigbluebutton"
|
|
|
|
host="http://HOST"
|
|
|
|
infoURL="http://HOST/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
|
|
|
|
onUserJoinedEvent="START"
|
|
|
|
onUserLogoutEvent="STOP"
|
|
|
|
/>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</modules>
|
|
|
|
</config>
|