* pass in data with metronome open stat
This commit is contained in:
parent
778a9030a3
commit
c276d97e42
|
|
@ -2745,7 +2745,7 @@
|
|||
session_size: sessionModel.participants().length,
|
||||
user_id: context.JK.currentUserId,
|
||||
user_name: context.JK.currentUserName }
|
||||
context.stats.write('web.metronome.open', {})
|
||||
context.stats.write('web.metronome.open', data)
|
||||
var bpm = 120;
|
||||
logger.debug("opening the metronome with bpm: " + bpm + ", sound:" + metroSound)
|
||||
rest.openMetronome({id: sessionModel.id()})
|
||||
|
|
|
|||
Loading…
Reference in New Issue