cleaning up

This commit is contained in:
Anton Georgiev 2015-04-10 19:10:42 +00:00
parent c4edf0cbf3
commit 2930eb8fff

View File

@ -142,20 +142,9 @@ Template.header.events
toggleMic @
"click .raiseHand": (event) ->
#Meteor.log.info "navbar raise own hand from client"
console.log "navbar raise own hand from client"
$(".tooltip").hide()
# TEMPORARY
Meteor.call('listenOnlyRequestToggle',
getInSession("meetingId"),
getInSession("userId"),
getInSession("authToken"),
true)
joinCallback = (message) ->
console.log "started webrtc_call LISTEN ONLY"
BBB.joinVoiceConference joinCallback, true
Meteor.call('userRaiseHand', getInSession("meetingId"), getInSession("userId"), getInSession("userId"), getInSession("authToken"))
# "click .settingsIcon": (event) ->
# alert "settings"