fixed parameter name
This commit is contained in:
parent
d108e0588e
commit
3991e2c072
2
app.js
2
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
|
||||
|
|
Loading…
Reference in New Issue