Skip to content
Snippets Groups Projects
Commit 102cd186 authored by Richard Alam's avatar Richard Alam
Browse files

- hook up whiteboard recorder

parent e5eb48a9
No related branches found
No related tags found
No related merge requests found
......@@ -80,16 +80,17 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<property name="listeners">
<set>
<ref bean="presentationRed5ClientSender" />
<ref bean="presentationRedisRecorder" />
<ref bean="usersRed5ClientSender" />
<ref bean="presentationRedisRecorder" />
<ref bean="usersRedisRecorder" />
<ref bean="meetingEventRedisPublisher" />
<ref bean="pollRed5ClientSender" />
<ref bean="layoutRed5ClientSender" />
<ref bean="usersRedisPublisher" />
<ref bean="meetingEventRedisPublisher" />
<ref bean="layoutRed5ClientSender" />
<ref bean="pollRed5ClientSender" />
<ref bean="pollRedisRecorder" />
<ref bean="pollRedisPublisher"/>
<ref bean="whiteboardRed5ClientSender"/>
<ref bean="whiteboardRedisRecorder"/>
<ref bean="chatRed5ClientSender"/>
<ref bean="chatRedisRecorder"/>
<ref bean="fsConfService"/>
......@@ -125,6 +126,10 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<constructor-arg index="0" ref="connInvokerService"/>
</bean>
<bean id="whiteboardRedisRecorder" class="org.bigbluebutton.core.apps.whiteboard.redis.WhiteboardEventRedisRecorder">
<constructor-arg index="0" ref="recorderApplication"/>
</bean>
<bean id="chatRed5ClientSender" class="org.bigbluebutton.core.apps.chat.red5.ChatClientMessageSender">
<constructor-arg index="0" ref="connInvokerService"/>
</bean>
......
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