docs(commands): correct playback requirement id to FR-REC-5

This commit is contained in:
iamdoubz
2026-07-06 17:56:16 -05:00
parent a7eba7fd82
commit ea79fb656d
+1 -1
View File
@@ -1639,7 +1639,7 @@ pub async fn delete_meeting(state: State<'_, AppState>, meeting_id: MeetingId) -
}
/// Return a filesystem path to a playable `audio.wav` for the in-app player
/// (FR-REC-4). A plaintext recording plays in place; one sealed at rest (T8.8)
/// (FR-REC-5). A plaintext recording plays in place; one sealed at rest (T8.8)
/// is decrypted to a sibling `audio.play.wav` (requires the vault unlocked).
/// Errors when the meeting has no retained recording.
#[tauri::command]