Bug 1659244 - Drop the audio wakelock when the AudioDestinationNode is notified that it is not audible. r=pehrsons,alwu

Differential Revision: https://phabricator.services.mozilla.com/D90434
This commit is contained in:
Daniel Le 2020-09-21 17:41:26 +00:00
Родитель f7b99a5399
Коммит 781fef9c92
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -639,6 +639,7 @@ void AudioDestinationNode::NotifyAudibleStateChanged(bool aAudible) {
if (IsCapturingAudio()) {
StopAudioCapturingTrack();
}
ReleaseAudioWakeLockIfExists();
return;
}