* translate enum ids into framerates for start video recording - VRFS-3631

This commit is contained in:
Seth Call 2015-10-09 06:37:18 -05:00
parent eba43cf228
commit 70b3a2f5de
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@
// ask the backend to start the session.
var groupedTracks = groupTracksToClient(recording);
logger.debug("bridge.StartRecording recordVideo: " + recordVideo + ", recordChat: " + recordChat + ", recordFramerate: " + recordFramerate)
jamClient.StartRecording(recording["id"], groupedTracks, recordVideo, recordChat, recordFramerate);
})
.fail(function(jqXHR) {