diff --git a/app.js b/app.js index 82bf785dc..c397a9988 100644 --- a/app.js +++ b/app.js @@ -1033,7 +1033,7 @@ function toggleRecording() { Toolbar.toggleRecordingButtonState(); focus.setRecording(!oldState, recordingToken, - function (state, result) { + function (state, path) { console.log("New recording state: ", state); if (state == oldState) //failed to change, reset the token because it might have been wrong