bigbluebutton-Github/labs/meteor-client/client/views/users/user_item.coffee
2014-09-24 12:55:55 -07:00

12 lines
437 B
CoffeeScript
Executable File

Template.displayUserIcons.events
'click .raisedHandIcon': (event) ->
# the function to call 'userLowerHand'
# the meeting id
# the _id of the person whose land is to be lowered
# the userId of the person who is lowering the hand
console.log "lower hand- client click handler"
Meteor.call('userLowerHand', getInSession("meetingId"), @_id, getInSession("userId"))
'click .muteIcon': (event) ->
toggleMic @