음성메시지, 커뮤니티 오디오 녹음, 오디션 녹음 등 앱 내에서 녹음한 임시 파일의 삭제를 용이하게 하기 위해 임시 녹음 파일 이름에 voiceon_now_voice를 추가

This commit is contained in:
Yu Sung
2025-01-07 18:37:30 +09:00
parent 1d9964721f
commit f8cd393b2a
5 changed files with 5 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ struct AuditionApplyView: View {
AuditionApplyView(
isShowing: .constant(true),
phoneNumber: .constant(""),
filename: "now_voice_9292939.m4a",
filename: "voiceon_now_voice_9292939.m4a",
onClickApply: {}
)
}

View File

@@ -227,7 +227,7 @@ final class AuditionRoleDetailViewModel: ObservableObject {
if decoded.success {
self.errorMessage = "오디션 지원이 완료되었습니다."
self.isShowPopup = true
self.deleteAllRecordingFilesWithNamePrefix("voiceon_")
self.deleteAllRecordingFilesWithNamePrefix("voiceon_now_voice")
self.applicantList = []
self.totalCount = 0