Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
897f127fbd
commit
0720005c93
1 changed files with 9 additions and 1 deletions
|
@ -62,7 +62,15 @@ export function AudioForParticipant({
|
||||||
gainNode.disconnect();
|
gainNode.disconnect();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}, [item, audioContext, audioDestination, stream, localVolume, audioMuted]);
|
}, [
|
||||||
|
item,
|
||||||
|
audioContext,
|
||||||
|
audioDestination,
|
||||||
|
stream,
|
||||||
|
localVolume,
|
||||||
|
audioMuted,
|
||||||
|
audioTrackCount,
|
||||||
|
]);
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue