Hi folks,
When CsEntry is recording an interview, is there a way to prevent showing that on the screen. We are recording some parts of the interview, and we would like that the interviewers did no know which parts are being recorded.
Best
Ari
Recording an interview
-
justinlakier
- Posts: 238
- Joined: November 21st, 2022, 4:41 pm
Re: Recording an interview
Hello,
As mentioned in the documentation on the Audio Object, record() and stop() manage background recordings. These do not give a user interface like recordInteractive(). However, note that Android 12 will still show the user a green microphone icon in the top-right corner of the screen when the microphone is in use as a built-in privacy protection feature, and the app will need to have audio permission ahead of time. CSPro cannot cancel the microphone-in-use display from Android 12, so if you want to design around that, you might have background audio recordings running for other parts of the interview and hide which of these parts is being saved/reviewed.
Hope this helps,
Justin
As mentioned in the documentation on the Audio Object, record() and stop() manage background recordings. These do not give a user interface like recordInteractive(). However, note that Android 12 will still show the user a green microphone icon in the top-right corner of the screen when the microphone is in use as a built-in privacy protection feature, and the app will need to have audio permission ahead of time. CSPro cannot cancel the microphone-in-use display from Android 12, so if you want to design around that, you might have background audio recordings running for other parts of the interview and hide which of these parts is being saved/reviewed.
Hope this helps,
Justin