This commit is contained in:
Nuwan 2025-04-16 23:25:49 +05:30
parent e1b565847c
commit bbf4688830
1 changed files with 3 additions and 0 deletions

View File

@ -274,6 +274,9 @@
context.RecordingActions.audioRecordingFormatChanged(`.${audioFormat}`)
}
//}
// if the session is already recording, we need to start recording
context.RecordingStore.recordingModel.onServerStartRecording();
});
}