Skip to content
Snippets Groups Projects
Commit 77558505 authored by Jeremy Thomerson's avatar Jeremy Thomerson
Browse files

update issue 527

add example to config.xml of how this is configured


git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@4319 af16638f-c34d-0410-8cfa-b39d5352b314
parent 36f25a43
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,16 @@
onUserLogoutEvent="STOP"
loadNextModule="HighlighterModule"
/>
<!-- new module in development:
<module name="DynamicInfoModule" url="DynamicInfoModule.swf"
uri="rtmp://192.168.0.194/bigbluebutton"
host="http://192.168.0.194"
infoURL="http://192.168.0.194/client/conf/example-info-data.xml?user={userID}&role={role}&meetingID={meetingID}"
onUserJoinedEvent="START"
onUserLogoutEvent="STOP"
/>
-->
</modules>
</config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment