Describe the bug
Muting the local participant's microphone when isLegacyMuteMode is enabled mutes all audio, including agent audio and other sound effects being played by AVAudioEngine
SDK Version
2.2.1. This is a regression from 2.0.19. I have not tested releases between these.
iOS/macOS Version
Reproduced on iOS 17.7.2 and iOS 18.4b1
Xcode Version
16.2.0 (Swift 6 mode)
Steps to Reproduce
AudioManager.shared.isLegacyMuteMode = true
- Connect to a room.
- Call
room.localParticipant.setMicrophone(enabled: false)
Expected behavior
Microphone input is muted, and other audio is not muted.
Describe the bug
Muting the local participant's microphone when
isLegacyMuteModeis enabled mutes all audio, including agent audio and other sound effects being played byAVAudioEngineSDK Version
2.2.1. This is a regression from 2.0.19. I have not tested releases between these.
iOS/macOS Version
Reproduced on iOS 17.7.2 and iOS 18.4b1
Xcode Version
16.2.0 (Swift 6 mode)
Steps to Reproduce
AudioManager.shared.isLegacyMuteMode = trueroom.localParticipant.setMicrophone(enabled: false)Expected behavior
Microphone input is muted, and other audio is not muted.