Compare audioOutputDevice states
This commit is contained in:
@@ -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
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user