Skip to content

Commit

Permalink
AudioSession이 Deactive되었을때 AudioSession을 다시 업데이트 하는 현상 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJongSang committed Mar 12, 2024
1 parent bf9d02e commit a6d05fb
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 a6d05fb

Please sign in to comment.