* VRFS-3534 - fix start recording API signature

This commit is contained in:
Seth Call 2015-09-08 10:05:26 -05:00
parent 386ed8144c
commit ba99f88048
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
// ask the backend to start the session.
var groupedTracks = groupTracksToClient(recording);
jamClient.StartRecording(recording["id"], groupedTracks);
jamClient.StartRecording(recording["id"], groupedTracks, 0, false, 0);
})
.fail(function(jqXHR) {
var details = { clientId: app.clientId, reason: 'rest', detail: arguments, isRecording: false }