You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when trying to resume recording during a phone call on Android, the recording appears to work but produces empty audio during the call portion. This creates a misleading experience for users who might think the recording is working properly.
Expected behavior:
Recording should not resume if there's an ongoing phone call
User should be notified that recording cannot be resumed during calls
Current behavior:
Recording can be resumed during calls
Recording produces empty/silent audio during call portion
No warning is shown to users
Possible solutions:
Check phone call state before allowing resumeRecording
Show an error message if user attempts to resume during a call
Disable resume button/functionality when call is detected
Expose a isPhoneCallInProgress to let the developper decide what to do ?
Currently, when trying to resume recording during a phone call on Android, the recording appears to work but produces empty audio during the call portion. This creates a misleading experience for users who might think the recording is working properly.
Expected behavior:
Current behavior:
Possible solutions:
Questions:
Additional context:
This issue aims to improve user experience by preventing silent recordings when calls are in progress.
The text was updated successfully, but these errors were encountered: