Skip to content

Don't pause all calls when receiving a new call. This creates recursions in...

Simon Morlat requested to merge fix/callkit-master into master

Don't pause all calls when receiving a new call. This creates recursions in callkit's logic that cause AudioSession to be lost. Call fulfill() when action is done.

Merge request reports