Skip to content

Fix an audio issue on iPhone 14 only - probably arriving because Callkit...

Simon Morlat requested to merge fix/iphone14-bad-audio into release/5.2

Fix an audio issue on iPhone 14 only - probably arriving because Callkit deactivates the audiosession while the end tone is still being played, causing the AudioUnit to be marked as zombified. The next call, the zombified and audio_session_configured were still set, causing improper start sequence of the AudioUnit and AudioSession.

Merge request reports