Deskshare is disabled by default in config.xml (same as in 0.62)

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3318 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Fred Dixon 2010-01-16 03:25:10 +00:00
parent a99128794c
commit 26aab21aac

View File

@ -20,12 +20,12 @@
<module name="ListenersModule" url="ListenersModule.swf" <module name="ListenersModule" url="ListenersModule.swf"
uri="rtmp://192.168.0.120/bigbluebutton" uri="rtmp://192.168.0.120/bigbluebutton"
recordingHost="http://192.168.0.120" recordingHost="http://192.168.0.120"
loadNextModule="DeskShareModule" loadNextModule="PhoneModule"
onUserJoinedEvent="START" onUserJoinedEvent="START"
onUserLogoutEvent="STOP" onUserLogoutEvent="STOP"
/> />
<module name="DeskShareModule" url="DeskShareModule.swf" uri="rtmp://192.168.0.120/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" /> <!-- module name="DeskShareModule" url="DeskShareModule.swf" uri="rtmp://192.168.0.120/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" /-->
<module name="PhoneModule" url="PhoneModule.swf" <module name="PhoneModule" url="PhoneModule.swf"
uri="rtmp://192.168.0.120/sip" uri="rtmp://192.168.0.120/sip"