Skip to content

Commit

Permalink
AudioSession이 Deactive되었을때 AudioSession을 다시 업데이트 하는 현상 제거 (#1143)
Browse files Browse the repository at this point in the history
## Summary
- AudioSession이 Deactive되었을때 AudioSession을 다시 업데이트 하는 현상 제거
- #961 에서 변경된 코드이나 여기서
일부는 코드가 다른곳으로 옮겨짐
- 그러나 deactive시 updateAudioSession()하는 코드를 제거했으나 revert되면서 다시
추가됨(#965)
  • Loading branch information
ParkJongSang authored Mar 14, 2024
1 parent 45b1445 commit 9f4d279
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NuguClientKit/Sources/Audio/AudioSessionManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public extension AudioSessionManager {
log.debug("")
// Defer statement for recovering audioSession and MicInputProvider
defer {
updateAudioSession()
delegate?.audioSessionDidDeactivate()
}
do {
Expand Down

0 comments on commit 9f4d279

Please sign in to comment.