7 lines
219 B
CoffeeScript
Executable File
7 lines
219 B
CoffeeScript
Executable File
Template.displayUserIcons.events
|
|
'click .raisedHandIcon': (event) ->
|
|
Meteor.call('userLowerHand', getInSession("meetingId"), @user?.userid, getInSession("userId"))
|
|
|
|
'click .muteIcon': (event) ->
|
|
toggleMic @
|