Id for lowering hand now person doing it
This commit is contained in:
parent
7a895f5edc
commit
7738b246aa
@ -29,7 +29,8 @@ Template.header.events
|
||||
"click .raiseHand": (event) ->
|
||||
Meteor.call('userRaiseHand', getInSession("meetingId"), @id)
|
||||
"click .lowerHand": (event) ->
|
||||
loweredBy = @id # TODO! this must be the userid of the person lowering the hand - instructor/student
|
||||
# loweredBy = @id # TODO! this must be the userid of the person lowering the hand - instructor/student
|
||||
loweredBy = getInSession("userId")
|
||||
Meteor.call('userLowerHand', getInSession("meetingId"), @id, loweredBy)
|
||||
"click .whiteboardIcon": (event) ->
|
||||
toggleWhiteBoard()
|
||||
|
Loading…
Reference in New Issue
Block a user