Avoid recording empty voice messages during an ongoing call.

This commit is contained in:
Sagar
2025-04-29 20:40:11 +05:30
committed by Cody Henthorne
parent 7a69c96746
commit 39756fd0d4
5 changed files with 25 additions and 0 deletions

View File

@@ -8,4 +8,5 @@ interface AudioRecordingHandler {
fun onRecordSaved()
fun onRecordMoved(offsetX: Float, absoluteX: Float)
fun onRecordPermissionRequired()
fun onRecorderAlreadyInUse()
}