Skip to content

Fix a rare issue on iOS, where audio stops after permutting two calls. The...

Simon Morlat requested to merge fix/audio-unit-reuse into release/4.4

Fix a rare issue on iOS, where audio stops after permutting two calls. The AudioUnit re-use logic is modified so that re-use can only happen within the scope of a call, to be compatible with CallKit's policy.

Merge request reports