FrontStopRecording api added

This commit is contained in:
Nuwan 2025-04-04 04:46:21 +05:30
parent 844633397f
commit fd64e946bf
2 changed files with 3 additions and 1 deletions

View File

@ -426,6 +426,7 @@
SetAudioRecordingPreference: enumAppCounter++,
GetAudioRecordingPreference: enumAppCounter++,
PeerStopRecording: enumAppCounter++,
FrontStopRecording: enumAppCounter++,
});
function setupWebSocketConnection() {

View File

@ -145,7 +145,8 @@
//context.jamClient.SessionStopPlay();
//}
await jamClient.StopRecording(recording.id, groupedTracks);
//await jamClient.StopRecording(recording.id, groupedTracks);
await jamClient.FrontStopRecording(recording.id, groupedTracks);
rest.stopRecording( { "id": recording.id } )
.done(function() {