Compare audioOutputDevice states
parent
1ea330059e
commit
58b4aaf6c1
|
|
@ -50,6 +50,7 @@ const AudioPeersContainer = connect(
|
||||||
{
|
{
|
||||||
return (
|
return (
|
||||||
prev.consumers === next.consumers &&
|
prev.consumers === next.consumers &&
|
||||||
|
prev.audioOutputDevice === next.audioOutputDevice &&
|
||||||
prev.settings === next.settings
|
prev.settings === next.settings
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue