- remove ${} from deskshare in config.xml.template
This commit is contained in:
parent
5dbf181ee0
commit
9a4666baef
2
bigbluebutton-client/src/conf/config.xml.template
Normal file → Executable file
2
bigbluebutton-client/src/conf/config.xml.template
Normal file → Executable file
@ -27,7 +27,7 @@
|
||||
onUserLogoutEvent="STOP"
|
||||
/>
|
||||
|
||||
<module name="DeskShareModule" url="DeskShareModule-VERSION.swf" uri="rtmp://${HOST}/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" />
|
||||
<module name="DeskShareModule" url="DeskShareModule-VERSION.swf" uri="rtmp://HOST/deskShare" onUserJoinedEvent="START" onUserLogoutEvent="STOP" loadNextModule="PhoneModule" />
|
||||
|
||||
<module name="PhoneModule" url="PhoneModule-VERSION.swf"
|
||||
uri="rtmp://HOST/sip"
|
||||
|
Loading…
Reference in New Issue
Block a user