Support scheduled voice notes.

Resolves #13957
This commit is contained in:
Sagar
2025-01-31 19:47:58 +05:30
committed by Michelle Tang
parent da5c8ff6ea
commit 52c8dfc998
6 changed files with 54 additions and 21 deletions

View File

@@ -5,6 +5,7 @@ interface AudioRecordingHandler {
fun onRecordReleased()
fun onRecordCanceled(byUser: Boolean)
fun onRecordLocked()
fun onRecordSaved()
fun onRecordMoved(offsetX: Float, absoluteX: Float)
fun onRecordPermissionRequired()
}