* translate enum ids into framerates for start video recording - VRFS-3631
This commit is contained in:
parent
eba43cf228
commit
70b3a2f5de
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue