mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #7037: audio: stop audio stream if user starts then stops dialing
This allows other applications to resume audio.
This commit is contained in:
@ -423,6 +423,7 @@ bool ManagerImpl::hangupCall(const std::string& callId)
|
||||
/* We often get here when the call was hungup before being created */
|
||||
if (not isValidCall(callId) and not isIPToIP(callId)) {
|
||||
DEBUG("Could not hang up call %s, call not valid", callId.c_str());
|
||||
checkAudio();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user