Skip to content
Snippets Groups Projects
Commit e253c76b authored by Anton Georgiev's avatar Anton Georgiev
Browse files

worked on user_joined_event

parent 9bd51abe
No related branches found
No related tags found
No related merge requests found
......@@ -86,11 +86,11 @@ module.exports = class RedisWebsocketBridge
console.log "^^^CHANNEL=#{channel}, DATA=#{message}" unless attributes?.aliveID? or attributes?.aliveId?
#TEMPORARY ------start------
#if attributes? and attributes.header?.name is "whiteboard_draw_event"
# # console.log "ANTON IS HANDLING THIS KIND OF MESSAGES"
# # channel = "bigbluebutton:bridge"
#else
## console.log "ANTON ISN'T HANDLING THIS KIND OF MESSAGES" + channel
if attributes? and attributes.header?.name is "whiteboard_draw_event" or "user_joined_event"
console.log "ANTON IS HANDLING THIS KIND OF MESSAGES"
channel = "bigbluebutton:bridge"
else
console.log "ANTON ISN'T HANDLING THIS KIND OF MESSAGES" + channel
#TEMPORARY ------end------
if channel is "bigbluebutton:bridge"
......
......@@ -20,7 +20,7 @@
"glob": "3.2.6",
"connect-assets": "2.5.2",
"less": "1.5.0",
"bigbluebutton-messages": "0.0.3"
"bigbluebutton-messages": "0.0.6"
},
"devDependencies": {
"codo": "1.9.0",
......
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