- remove PhoneModule from config.xml
- fix typo in build.xml git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1797 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
de23cfa3bf
commit
c2991aef98
@ -17,7 +17,7 @@
|
||||
<mxmlc-compile target="${APP_ROOT}/VideoModule" />
|
||||
<mxmlc-compile target="${APP_ROOT}/LoginModule" />
|
||||
<mxmlc-compile target="${APP_ROOT}/DeskShareModule" />
|
||||
<mxmlc-compile target="${APP_ROOT}/PhoneModule />
|
||||
<mxmlc-compile target="${APP_ROOT}/PhoneModule" />
|
||||
|
||||
<copy todir="${OUTPUT_DIR}/conf" >
|
||||
<fileset dir="./src/conf" />
|
||||
|
@ -41,14 +41,13 @@
|
||||
uri="rtmp://localhost/deskShare"
|
||||
onUserJoinedEvent="START"
|
||||
onUserLogoutEvent="STOP"
|
||||
loadNextModule="PhoneModule"
|
||||
/>
|
||||
|
||||
<module name="PhoneModule" url="PhoneModule.swf"
|
||||
<!--module name="PhoneModule" url="PhoneModule.swf"
|
||||
uri="rtmp://localhost/sip"
|
||||
onUserJoinedEvent="START"
|
||||
onUserLogoutEvent="STOP"
|
||||
/>
|
||||
/-->
|
||||
</modules>
|
||||
</config>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user