mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #7078: audio: suspend audio processing if peer hungup and no calls remain
checkAudio() was being called before the call was removed from the call list.
This commit is contained in:
@ -1598,6 +1598,7 @@ SIPVoIPLink::SIPCallClosed(SIPCall *call)
|
||||
|
||||
Manager::instance().peerHungupCall(id);
|
||||
removeSipCall(id);
|
||||
Manager::instance().checkAudio();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user