Skip to content

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

Simon Morlat requested to merge fix/callkit-issues into release/4.4

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