clean up comment
This commit is contained in:
parent
0617b1ba8d
commit
c116559d18
|
|
@ -100,7 +100,6 @@
|
|||
// ask the backend to start the session.
|
||||
var groupedTracks = groupTracksToClient(recording);
|
||||
//await jamClient.StartRecording(recording["id"], groupedTracks, recordVideo, recordChat, recordFramerate);
|
||||
//TODO: need a modified version of jamClient.StartRecording
|
||||
await jamClient.StartMediaRecording(recording["id"], groupedTracks, recordSettings)
|
||||
})
|
||||
.catch(function(jqXHR) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue