mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #11942: dbus: always notify client when recording playback stopped
This commit is contained in:
@ -2159,6 +2159,7 @@ void ManagerImpl::stopRecordedFilePlayback(const std::string& filepath)
|
||||
sfl::ScopedLock m(toneMutex_);
|
||||
audiofile_.reset();
|
||||
}
|
||||
dbus_.getCallManager()->recordPlaybackStopped(filepath);
|
||||
}
|
||||
|
||||
void ManagerImpl::setHistoryLimit(int days)
|
||||
|
Reference in New Issue
Block a user