Compare audioOutputDevice states

auto_join_3.3
Mészáros Mihály 2020-04-22 12:29:29 +02:00
parent 1ea330059e
commit 58b4aaf6c1
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ const AudioPeersContainer = connect(
{
return (
prev.consumers === next.consumers &&
prev.audioOutputDevice === next.audioOutputDevice &&
prev.settings === next.settings
);
}