Skip to content

Fix spurious instanciation of a ringstream, after accepting an incoming call while already in call.

Simon Morlat requested to merge fix/4.0.1-ios/audio_bug into release/4.0.1-ios

The call to linphone_core_stop_dtmf() was accidentally creating a ringstream, which it obviously should not do.

Merge request reports